Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Packages that use JaxbHbmRootEntityType
-
Uses of JaxbHbmRootEntityType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmRootEntityTypeModifier and TypeFieldDescriptionprotected List<JaxbHbmRootEntityType>JaxbHbmHibernateMapping.clazzMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmRootEntityTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmRootEntityType()Create an instance ofJaxbHbmRootEntityTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmRootEntityTypeModifier and TypeMethodDescriptionJaxbHbmHibernateMapping.getClazz()Gets the value of the clazz property. -
Uses of JaxbHbmRootEntityType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return JaxbHbmRootEntityTypeModifier and TypeMethodDescriptionprotected JaxbHbmRootEntityTypeEntityHierarchySourceImpl.entityElement()protected JaxbHbmRootEntityTypeRootEntitySourceImpl.jaxbEntityMapping()Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmRootEntityTypeModifierConstructorDescriptionprotectedRootEntitySourceImpl(MappingDocument sourceMappingDocument, JaxbHbmRootEntityType entityElement)