Class JaxbHbmMapKeyManyToManyType

java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
All Implemented Interfaces:
Serializable

public class JaxbHbmMapKeyManyToManyType extends Object implements Serializable
Describes the key of a java.util.Map where the key is an association (FK)

Java class for MapKeyManyToManyType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="MapKeyManyToManyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <group ref="{http://www.hibernate.org/xsd/orm/hbm}column-or-formula"/>
       </sequence>
       <attribute name="class" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" />
       <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entity-name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="foreign-key" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • columnOrFormula

      protected List<Serializable> columnOrFormula
    • clazz

      protected String clazz
    • columnAttribute

      protected String columnAttribute
    • entityName

      protected String entityName
    • foreignKey

      protected String foreignKey
    • formulaAttribute

      protected String formulaAttribute
  • Constructor Details

    • JaxbHbmMapKeyManyToManyType

      public JaxbHbmMapKeyManyToManyType()
  • Method Details

    • getColumnOrFormula

      public List<Serializable> getColumnOrFormula()
      Gets the value of the columnOrFormula 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 columnOrFormula property.

      For example, to add a new item, do as follows:

       getColumnOrFormula().add(newItem);
       

      Objects of the following type(s) are allowed in the list String JaxbHbmColumnType

      Returns:
      The value of the columnOrFormula property.
    • 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 is String
    • getColumnAttribute

      public String getColumnAttribute()
      Gets the value of the columnAttribute property.
      Returns:
      possible object is String
    • setColumnAttribute

      public void setColumnAttribute(String value)
      Sets the value of the columnAttribute property.
      Parameters:
      value - allowed object is String
    • getEntityName

      public String getEntityName()
      Gets the value of the entityName property.
      Returns:
      possible object is String
    • setEntityName

      public void setEntityName(String value)
      Sets the value of the entityName property.
      Parameters:
      value - allowed object is String
    • getForeignKey

      public String getForeignKey()
      Gets the value of the foreignKey property.
      Returns:
      possible object is String
    • setForeignKey

      public void setForeignKey(String value)
      Sets the value of the foreignKey property.
      Parameters:
      value - allowed object is String
    • getFormulaAttribute

      public String getFormulaAttribute()
      Gets the value of the formulaAttribute property.
      Returns:
      possible object is String
    • setFormulaAttribute

      public void setFormulaAttribute(String value)
      Sets the value of the formulaAttribute property.
      Parameters:
      value - allowed object is String