Class Embeddable
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
public class Embeddable extends Object
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
Fields Modifier and Type Field Description protected AccessTypeaccessprotected EmbeddableAttributesattributesprotected Stringclazzprotected Stringdescriptionprotected BooleanmetadataComplete
-
Constructor Summary
Constructors Constructor Description Embeddable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccess()Gets the value of the access property.EmbeddableAttributesgetAttributes()Gets the value of the attributes property.StringgetClazz()Gets the value of the clazz property.StringgetDescription()Gets the value of the description property.BooleanisMetadataComplete()Gets the value of the metadataComplete property.voidsetAccess(AccessType value)Sets the value of the access property.voidsetAttributes(EmbeddableAttributes value)Sets the value of the attributes property.voidsetClazz(String value)Sets 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 Detail
-
description
protected String description
-
attributes
protected EmbeddableAttributes attributes
-
clazz
protected String clazz
-
access
protected AccessType access
-
metadataComplete
protected Boolean metadataComplete
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getAttributes
public EmbeddableAttributes getAttributes()
Gets the value of the attributes property.- Returns:
- possible object is
EmbeddableAttributes
-
setAttributes
public void setAttributes(EmbeddableAttributes value)
Sets the value of the attributes property.- Parameters:
value- allowed object isEmbeddableAttributes
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getAccess
public AccessType getAccess()
Gets the value of the access property.- Returns:
- possible object is
AccessType
-
setAccess
public void setAccess(AccessType value)
Sets the value of the access property.- Parameters:
value- allowed object isAccessType
-
isMetadataComplete
public Boolean isMetadataComplete()
Gets the value of the metadataComplete property.- Returns:
- possible object is
Boolean
-
-