Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
-
Packages that use AttributeOverride Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of AttributeOverride in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type AttributeOverride Modifier and Type Field Description protected List<AttributeOverride>ElementCollection. attributeOverrideprotected List<AttributeOverride>Embedded. attributeOverrideprotected List<AttributeOverride>EmbeddedId. attributeOverrideprotected List<AttributeOverride>Entity. attributeOverrideprotected List<AttributeOverride>ElementCollection. mapKeyAttributeOverrideprotected List<AttributeOverride>ManyToMany. mapKeyAttributeOverrideprotected List<AttributeOverride>OneToMany. mapKeyAttributeOverrideMethods in org.hibernate.jpamodelgen.xml.jaxb that return AttributeOverride Modifier and Type Method Description AttributeOverrideObjectFactory. createAttributeOverride()Create an instance ofAttributeOverrideMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type AttributeOverride Modifier and Type Method Description List<AttributeOverride>ElementCollection. getAttributeOverride()Gets the value of the attributeOverride property.List<AttributeOverride>Embedded. getAttributeOverride()Gets the value of the attributeOverride property.List<AttributeOverride>EmbeddedId. getAttributeOverride()Gets the value of the attributeOverride property.List<AttributeOverride>Entity. getAttributeOverride()Gets the value of the attributeOverride property.List<AttributeOverride>ElementCollection. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.List<AttributeOverride>ManyToMany. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.List<AttributeOverride>OneToMany. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.
-