Package org.hibernate.processor.xml.jaxb
Class Embeddable
java.lang.Object
org.hibernate.processor.xml.jaxb.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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccessTypeprotected EmbeddableAttributesprotected Stringprotected Stringprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the attributes property.getClazz()Gets the value of the clazz property.Gets the value of the description property.Gets the value of the metadataComplete property.voidsetAccess(AccessType value) Sets the value of the access property.voidSets the value of the attributes property.voidSets the value of the clazz property.voidsetDescription(String value) Sets the value of the description property.voidsetMetadataComplete(Boolean value) Sets the value of the metadataComplete property.
-
Field Details
-
description
-
attributes
-
clazz
-
access
-
metadataComplete
-
-
Constructor Details
-
Embeddable
public Embeddable()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getAttributes
Gets the value of the attributes property.- Returns:
- possible object is
EmbeddableAttributes
-
setAttributes
Sets the value of the attributes property.- Parameters:
value- allowed object isEmbeddableAttributes
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getAccess
Gets the value of the access property.- Returns:
- possible object is
AccessType
-
setAccess
Sets the value of the access property.- Parameters:
value- allowed object isAccessType
-
isMetadataComplete
Gets the value of the metadataComplete property.- Returns:
- possible object is
Boolean
-
setMetadataComplete
Sets the value of the metadataComplete property.- Parameters:
value- allowed object isBoolean
-