|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILazyPojo
Lazy property handler interface. All the Hibernate POJO must implements this interface.
Method Summary | |
---|---|
void |
addLazyProperty(java.lang.String property)
Add a lazy property |
java.util.List |
getLazyProperties()
|
java.lang.String |
getLazyString()
Debug method : write the declared lazy properties |
boolean |
isLazyProperty(java.lang.String property)
Indicates if the property is lazy or not |
void |
removeLazyProperty(java.lang.String property)
Remove a lazy property |
void |
setLazyProperties(java.util.List properties)
|
Method Detail |
---|
void addLazyProperty(java.lang.String property)
void removeLazyProperty(java.lang.String property)
boolean isLazyProperty(java.lang.String property)
property
-
java.lang.String getLazyString()
java.util.List getLazyProperties()
void setLazyProperties(java.util.List properties)
properties
- the lazy properties to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |