Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Packages that use JaxbMapKeyJoinColumn Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbMapKeyJoinColumn in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbMapKeyJoinColumn Modifier and Type Field Description protected java.util.List<JaxbMapKeyJoinColumn>JaxbElementCollection. mapKeyJoinColumnprotected java.util.List<JaxbMapKeyJoinColumn>JaxbManyToMany. mapKeyJoinColumnprotected java.util.List<JaxbMapKeyJoinColumn>JaxbOneToMany. mapKeyJoinColumnMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyJoinColumn Modifier and Type Method Description JaxbMapKeyJoinColumnObjectFactory. createJaxbMapKeyJoinColumn()Create an instance ofJaxbMapKeyJoinColumnMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbMapKeyJoinColumn Modifier and Type Method Description java.util.List<JaxbMapKeyJoinColumn>CollectionAttribute. getMapKeyJoinColumn()java.util.List<JaxbMapKeyJoinColumn>JaxbElementCollection. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.java.util.List<JaxbMapKeyJoinColumn>JaxbManyToMany. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.java.util.List<JaxbMapKeyJoinColumn>JaxbOneToMany. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.
-