Uses of Class
org.addsimplicity.anicetus.hibernate.HibernateOperation

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.
 



Copyright © 2009 Add Simplicity. All Rights Reserved.