Index

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

E

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

G

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

H

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

I

isAutoIncrement(String) - Method in class jp.ecuacion.lib.jpa.entity.EclibEntity
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.EclibEntity
Provides preInsert procedure.
preUpdate() - Method in class jp.ecuacion.lib.jpa.entity.EclibEntity
Provides preUpdate procedure.
E G H I J P 
All Classes and Interfaces|All Packages