| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Entity
Extends Entity with Hibernate features
| Optional Element Summary | |
|---|---|
|  boolean | dynamicInsertNeeded column only in SQL on insert | 
|  boolean | dynamicUpdateNeeded column only in SQL on update | 
|  boolean | mutableDeprecated. use Immutable | 
|  OptimisticLockType | optimisticLockoptimistic locking strategy | 
|  String | persisterpersister of this entity, default is hibernate internal one | 
|  PolymorphismType | polymorphismpolymorphism strategy for this entity | 
|  boolean | selectBeforeUpdateDo a select to retrieve the entity before any potential update | 
public abstract boolean mutable
Immutable
public abstract boolean dynamicInsert
public abstract boolean dynamicUpdate
public abstract boolean selectBeforeUpdate
public abstract PolymorphismType polymorphism
public abstract String persister
public abstract OptimisticLockType optimisticLock
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||