|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HibernateOperation in org.addsimplicity.anicetus.hibernate |
---|
Methods in org.addsimplicity.anicetus.hibernate that return HibernateOperation | |
---|---|
HibernateOperation |
HibernateEntity.getOperation()
Get the operation performed upon the entity. |
static HibernateOperation |
HibernateOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HibernateOperation[] |
HibernateOperation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.addsimplicity.anicetus.hibernate with parameters of type HibernateOperation | |
---|---|
void |
HibernateEntity.setOperation(HibernateOperation operation)
Set the operation performed upon the entity. |
Constructors in org.addsimplicity.anicetus.hibernate with parameters of type HibernateOperation | |
---|---|
HibernateEntity(java.lang.String type,
java.lang.String identifier,
HibernateOperation operation)
Construct an entity of the specified type, instance, and operation. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |