Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » annotations » [javadoc | source]
org.hibernate.annotations
public class: Entity [javadoc | source]
org.hibernate.annotations.Entity
Extends javax.persistence.Entity with Hibernate features
Method from org.hibernate.annotations.Entity Summary:
dynamicInsert,   dynamicUpdate,   mutable,   optimisticLock,   persister,   polymorphism,   selectBeforeUpdate
Method from org.hibernate.annotations.Entity Detail:
 boolean dynamicInsert() 
    Needed column only in SQL on insert
 boolean dynamicUpdate() 
    Needed column only in SQL on update
 boolean mutable() 
    Is this entity mutable (read only) or not
 OptimisticLockType optimisticLock() 
    optimistic locking strategy
 String persister() 
    persister of this entity, default is hibernate internal one
 PolymorphismType polymorphism() 
    polymorphism strategy for this entity
 boolean selectBeforeUpdate() 
    Do a select to retrieve the entity before any potential update