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. tuplizer
protected List<JaxbHbmTuplizerType>
JaxbHbmCompositeCollectionElementType. tuplizer
protected List<JaxbHbmTuplizerType>
JaxbHbmDiscriminatorSubclassEntityType. tuplizer
protected List<JaxbHbmTuplizerType>
JaxbHbmJoinedSubclassEntityType. tuplizer
protected List<JaxbHbmTuplizerType>
JaxbHbmNestedCompositeElementType. tuplizer
protected List<JaxbHbmTuplizerType>
JaxbHbmRootEntityType. tuplizer
protected List<JaxbHbmTuplizerType>
JaxbHbmUnionSubclassEntityType. tuplizer
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmTuplizerType Modifier and Type Method Description JaxbHbmTuplizerType
ObjectFactory. createJaxbHbmTuplizerType()
Create an instance ofJaxbHbmTuplizerType
Methods 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()
-