|
||||||||||
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 |
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 |
public abstract boolean mutable
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 |