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 java.util.List<AttributeOverride>ElementCollection. attributeOverrideprotected java.util.List<AttributeOverride>Embedded. attributeOverrideprotected java.util.List<AttributeOverride>EmbeddedId. attributeOverrideprotected java.util.List<AttributeOverride>Entity. attributeOverrideprotected java.util.List<AttributeOverride>ElementCollection. mapKeyAttributeOverrideprotected java.util.List<AttributeOverride>ManyToMany. mapKeyAttributeOverrideprotected java.util.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 java.util.List<AttributeOverride>ElementCollection. getAttributeOverride()Gets the value of the attributeOverride property.java.util.List<AttributeOverride>Embedded. getAttributeOverride()Gets the value of the attributeOverride property.java.util.List<AttributeOverride>EmbeddedId. getAttributeOverride()Gets the value of the attributeOverride property.java.util.List<AttributeOverride>Entity. getAttributeOverride()Gets the value of the attributeOverride property.java.util.List<AttributeOverride>ElementCollection. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.java.util.List<AttributeOverride>ManyToMany. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.java.util.List<AttributeOverride>OneToMany. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.
-