Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Packages that use MapKeyJoinColumn Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of MapKeyJoinColumn in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type MapKeyJoinColumn Modifier and Type Field Description protected java.util.List<MapKeyJoinColumn>ElementCollection. mapKeyJoinColumnprotected java.util.List<MapKeyJoinColumn>ManyToMany. mapKeyJoinColumnprotected java.util.List<MapKeyJoinColumn>OneToMany. mapKeyJoinColumnMethods in org.hibernate.jpamodelgen.xml.jaxb that return MapKeyJoinColumn Modifier and Type Method Description MapKeyJoinColumnObjectFactory. createMapKeyJoinColumn()Create an instance ofMapKeyJoinColumnMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type MapKeyJoinColumn Modifier and Type Method Description java.util.List<MapKeyJoinColumn>ElementCollection. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.java.util.List<MapKeyJoinColumn>ManyToMany. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.java.util.List<MapKeyJoinColumn>OneToMany. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.
-