Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
-
Packages that use JaxbHbmTuplizerType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.spi -
-
Uses of JaxbHbmTuplizerType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmTuplizerType Modifier and Type Field Description protected java.util.List<JaxbHbmTuplizerType>JaxbHbmCompositeAttributeType. tuplizerprotected java.util.List<JaxbHbmTuplizerType>JaxbHbmCompositeCollectionElementType. tuplizerprotected java.util.List<JaxbHbmTuplizerType>JaxbHbmDiscriminatorSubclassEntityType. tuplizerprotected java.util.List<JaxbHbmTuplizerType>JaxbHbmJoinedSubclassEntityType. tuplizerprotected java.util.List<JaxbHbmTuplizerType>JaxbHbmNestedCompositeElementType. tuplizerprotected java.util.List<JaxbHbmTuplizerType>JaxbHbmRootEntityType. tuplizerprotected java.util.List<JaxbHbmTuplizerType>JaxbHbmUnionSubclassEntityType. tuplizerMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmTuplizerType Modifier and Type Method Description JaxbHbmTuplizerTypeObjectFactory. createJaxbHbmTuplizerType()Create an instance ofJaxbHbmTuplizerTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmTuplizerType Modifier and Type Method Description java.util.List<JaxbHbmTuplizerType>EntityInfo. getTuplizer()java.util.List<JaxbHbmTuplizerType>JaxbHbmCompositeAttributeType. getTuplizer()Gets the value of the tuplizer property.java.util.List<JaxbHbmTuplizerType>JaxbHbmCompositeCollectionElementType. getTuplizer()Gets the value of the tuplizer property.java.util.List<JaxbHbmTuplizerType>JaxbHbmDiscriminatorSubclassEntityType. getTuplizer()Gets the value of the tuplizer property.java.util.List<JaxbHbmTuplizerType>JaxbHbmJoinedSubclassEntityType. getTuplizer()Gets the value of the tuplizer property.java.util.List<JaxbHbmTuplizerType>JaxbHbmNestedCompositeElementType. getTuplizer()Gets the value of the tuplizer property.java.util.List<JaxbHbmTuplizerType>JaxbHbmRootEntityType. getTuplizer()Gets the value of the tuplizer property.java.util.List<JaxbHbmTuplizerType>JaxbHbmUnionSubclassEntityType. getTuplizer()Gets the value of the tuplizer property. -
Uses of JaxbHbmTuplizerType in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type JaxbHbmTuplizerType Modifier and Type Method Description java.util.List<JaxbHbmTuplizerType>EmbeddableMapping. getTuplizer()
-