Class JaxbEmbeddedImpl
- All Implemented Interfaces:
Serializable
,JaxbEmbeddedMapping
,JaxbLockableAttribute
,JaxbPersistentAttribute
,JaxbSingularAttribute
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccessType
protected List<JaxbAssociationOverrideImpl>
protected String
protected List<JaxbAttributeOverrideImpl>
protected List<JaxbConvertImpl>
protected String
protected Boolean
protected String
See `@org.hibernate.boot.internal.Target` -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the associationOverrides property.Gets the value of the attributeAccessor property.Gets the value of the attributeOverrides property.Gets the value of the converts property.getName()
Gets the value of the name property.See `@org.hibernate.boot.internal.Target`boolean
Gets the value of the optimisticLock property.void
setAccess
(AccessType value) Sets the value of the access property.void
setAttributeAccessor
(String value) Sets the value of the attributeAccessor property.void
Sets the value of the name property.void
setOptimisticLock
(Boolean value) Sets the value of the optimisticLock property.void
Sets the value of the target property.
-
Field Details
-
target
See `@org.hibernate.boot.internal.Target` -
attributeOverrides
-
associationOverrides
-
converts
-
name
-
access
-
attributeAccessor
-
optimisticLock
-
-
Constructor Details
-
JaxbEmbeddedImpl
public JaxbEmbeddedImpl()
-
-
Method Details
-
getTarget
See `@org.hibernate.boot.internal.Target`- Specified by:
getTarget
in interfaceJaxbEmbeddedMapping
- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Specified by:
setTarget
in interfaceJaxbEmbeddedMapping
- Parameters:
value
- allowed object isString
- See Also:
-
getAttributeOverrides
Gets the value of the attributeOverrides property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the attributeOverrides property.For example, to add a new item, do as follows:
getAttributeOverrides().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbAttributeOverrideImpl
- Returns:
- The value of the attributeOverrides property.
-
getAssociationOverrides
Gets the value of the associationOverrides property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the associationOverrides property.For example, to add a new item, do as follows:
getAssociationOverrides().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbAssociationOverrideImpl
- Returns:
- The value of the associationOverrides property.
-
getConverts
Gets the value of the converts property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the converts property.For example, to add a new item, do as follows:
getConverts().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbConvertImpl
- Returns:
- The value of the converts property.
-
getName
Gets the value of the name property.- Specified by:
getName
in interfaceJaxbPersistentAttribute
- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Specified by:
setName
in interfaceJaxbPersistentAttribute
- Parameters:
value
- allowed object isString
-
getAccess
Gets the value of the access property.- Specified by:
getAccess
in interfaceJaxbPersistentAttribute
- Returns:
- possible object is
String
-
setAccess
Sets the value of the access property.- Specified by:
setAccess
in interfaceJaxbPersistentAttribute
- Parameters:
value
- allowed object isString
-
getAttributeAccessor
Gets the value of the attributeAccessor property.- Specified by:
getAttributeAccessor
in interfaceJaxbPersistentAttribute
- Returns:
- possible object is
String
-
setAttributeAccessor
Sets the value of the attributeAccessor property.- Specified by:
setAttributeAccessor
in interfaceJaxbPersistentAttribute
- Parameters:
value
- allowed object isString
-
isOptimisticLock
public boolean isOptimisticLock()Gets the value of the optimisticLock property.- Specified by:
isOptimisticLock
in interfaceJaxbLockableAttribute
- Returns:
- possible object is
Boolean
-
setOptimisticLock
Sets the value of the optimisticLock property.- Specified by:
setOptimisticLock
in interfaceJaxbLockableAttribute
- Parameters:
value
- allowed object isBoolean
-