Class JaxbEmbeddedImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
All Implemented Interfaces:
Serializable, JaxbEmbeddedMapping, JaxbLockableAttribute, JaxbPersistentAttribute, JaxbSingularAttribute

public class JaxbEmbeddedImpl extends Object implements Serializable, JaxbEmbeddedMapping, JaxbLockableAttribute, JaxbSingularAttribute
See Also:
  • Field Details

  • Constructor Details

    • JaxbEmbeddedImpl

      public JaxbEmbeddedImpl()
  • Method Details

    • getTarget

      public String getTarget()
      See `@org.hibernate.boot.internal.Target`
      Specified by:
      getTarget in interface JaxbEmbeddedMapping
      Returns:
      possible object is String
    • setTarget

      public void setTarget(String value)
      Sets the value of the target property.
      Specified by:
      setTarget in interface JaxbEmbeddedMapping
      Parameters:
      value - allowed object is String
      See Also:
    • getAttributeOverrides

      public List<JaxbAttributeOverrideImpl> 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

      public List<JaxbAssociationOverrideImpl> 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

      public List<JaxbConvertImpl> 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

      public String getName()
      Gets the value of the name property.
      Specified by:
      getName in interface JaxbPersistentAttribute
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Specified by:
      setName in interface JaxbPersistentAttribute
      Parameters:
      value - allowed object is String
    • getAccess

      public AccessType getAccess()
      Gets the value of the access property.
      Specified by:
      getAccess in interface JaxbPersistentAttribute
      Returns:
      possible object is String
    • setAccess

      public void setAccess(AccessType value)
      Sets the value of the access property.
      Specified by:
      setAccess in interface JaxbPersistentAttribute
      Parameters:
      value - allowed object is String
    • getAttributeAccessor

      public String getAttributeAccessor()
      Gets the value of the attributeAccessor property.
      Specified by:
      getAttributeAccessor in interface JaxbPersistentAttribute
      Returns:
      possible object is String
    • setAttributeAccessor

      public void setAttributeAccessor(String value)
      Sets the value of the attributeAccessor property.
      Specified by:
      setAttributeAccessor in interface JaxbPersistentAttribute
      Parameters:
      value - allowed object is String
    • isOptimisticLock

      public boolean isOptimisticLock()
      Gets the value of the optimisticLock property.
      Specified by:
      isOptimisticLock in interface JaxbLockableAttribute
      Returns:
      possible object is Boolean
    • setOptimisticLock

      public void setOptimisticLock(Boolean value)
      Sets the value of the optimisticLock property.
      Specified by:
      setOptimisticLock in interface JaxbLockableAttribute
      Parameters:
      value - allowed object is Boolean