Index

A G H I J P 
All Classes and Interfaces|All Packages

A

AbstractEntity - Class in jp.ecuacion.lib.jpa.entity
Provides the customized jpa entity.
AbstractEntity() - Constructor for class jp.ecuacion.lib.jpa.entity.AbstractEntity
 

G

getAutoIncrementFieldNameSet() - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Returns the auto-increment field name, to which '@GeneratedValue' is added.
getFieldNameArr() - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Returns field name array.
getPkFieldName() - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Returns the surrogate-key field name, to which '@Id' is added.
getSetOfUniqueConstraintFieldList() - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Returns an array of fields which are the Unique Constraint.
getValue(String) - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Returns the value of the designated fieldName.

H

hasNaturalKey() - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Returns if the entity has natural keys.
hasSoftDeleteField() - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Returns if the entity has soft-delete field.

I

isAutoIncrement(String) - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Returns if the designated field is auto-increment.

J

jp.ecuacion.lib.jpa - module jp.ecuacion.lib.jpa
provides jpa-related classes.
jp.ecuacion.lib.jpa.entity - package jp.ecuacion.lib.jpa.entity
Provides the customized jpa entity.

P

preInsert() - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Provides preInsert procedure.
preUpdate() - Method in class jp.ecuacion.lib.jpa.entity.AbstractEntity
Provides preUpdate procedure.
A G H I J P 
All Classes and Interfaces|All Packages