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 List<JaxbHbmTuplizerType>JaxbHbmCompositeAttributeType. tuplizerprotected List<JaxbHbmTuplizerType>JaxbHbmCompositeCollectionElementType. tuplizerprotected List<JaxbHbmTuplizerType>JaxbHbmDiscriminatorSubclassEntityType. tuplizerprotected List<JaxbHbmTuplizerType>JaxbHbmJoinedSubclassEntityType. tuplizerprotected List<JaxbHbmTuplizerType>JaxbHbmNestedCompositeElementType. tuplizerprotected List<JaxbHbmTuplizerType>JaxbHbmRootEntityType. tuplizerprotected 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 List<JaxbHbmTuplizerType>EntityInfo. getTuplizer()List<JaxbHbmTuplizerType>JaxbHbmCompositeAttributeType. getTuplizer()Gets the value of the tuplizer property.List<JaxbHbmTuplizerType>JaxbHbmCompositeCollectionElementType. getTuplizer()Gets the value of the tuplizer property.List<JaxbHbmTuplizerType>JaxbHbmDiscriminatorSubclassEntityType. getTuplizer()Gets the value of the tuplizer property.List<JaxbHbmTuplizerType>JaxbHbmJoinedSubclassEntityType. getTuplizer()Gets the value of the tuplizer property.List<JaxbHbmTuplizerType>JaxbHbmNestedCompositeElementType. getTuplizer()Gets the value of the tuplizer property.List<JaxbHbmTuplizerType>JaxbHbmRootEntityType. getTuplizer()Gets the value of the tuplizer property.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 List<JaxbHbmTuplizerType>EmbeddableMapping. getTuplizer()
-