|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Embeddable
Defines the settings and mappings for embeddable objects. Is allowed to be sparsely populated and used in conjunction with the annotations. Alternatively, the metadata-complete attribute can be used to indicate that no annotations are to be processed in the class. If this is the case then the defaulting rules will be recursively applied.
| Method Summary | |
|---|---|
AccessType |
getAccess()
Gets the value of the access property. |
EmbeddableAttributes |
getAttributes()
Gets the value of the attributes property. |
String |
getClazz()
Gets the value of the clazz property. |
String |
getDescription()
Gets the value of the description property. |
Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property. |
void |
setAccess(AccessType value)
Sets the value of the access property. |
void |
setAttributes(EmbeddableAttributes value)
Sets the value of the attributes property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property. |
| Method Detail |
|---|
String getDescription()
Stringvoid setDescription(String value)
value - allowed object is
StringEmbeddableAttributes getAttributes()
EmbeddableAttributesvoid setAttributes(EmbeddableAttributes value)
value - allowed object is
EmbeddableAttributesString getClazz()
Stringvoid setClazz(String value)
value - allowed object is
StringAccessType getAccess()
AccessTypevoid setAccess(AccessType value)
value - allowed object is
AccessTypeBoolean isMetadataComplete()
Booleanvoid setMetadataComplete(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||