Class JaxbEmbeddedIdImpl

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

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

  • Constructor Details

    • JaxbEmbeddedIdImpl

      public JaxbEmbeddedIdImpl()
  • 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.
    • 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