Interface XmlDocument
public interface XmlDocument
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionList<org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionUserTypeRegistrationImpl> List<org.hibernate.boot.jaxb.mapping.spi.JaxbCompositeUserTypeRegistrationImpl> List<org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl> List<org.hibernate.boot.jaxb.mapping.spi.JaxbConverterImpl> List<org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableInstantiatorRegistrationImpl> List<org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl> List<org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl> List<org.hibernate.boot.jaxb.mapping.spi.JaxbJavaTypeRegistrationImpl> List<org.hibernate.boot.jaxb.mapping.spi.JaxbJdbcTypeRegistrationImpl> List<org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl> org.hibernate.boot.jaxb.Originorg.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImplgetRoot()List<org.hibernate.boot.jaxb.mapping.spi.JaxbUserTypeRegistrationImpl>
-
Method Details
-
getOrigin
org.hibernate.boot.jaxb.Origin getOrigin() -
getRoot
org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl getRoot() -
getEntityMappings
List<org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl> getEntityMappings() -
getMappedSuperclassMappings
List<org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl> getMappedSuperclassMappings() -
getEmbeddableMappings
List<org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl> getEmbeddableMappings() -
getConverters
List<org.hibernate.boot.jaxb.mapping.spi.JaxbConverterImpl> getConverters() -
getConverterRegistrations
List<org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl> getConverterRegistrations() -
getJavaTypeRegistrations
List<org.hibernate.boot.jaxb.mapping.spi.JaxbJavaTypeRegistrationImpl> getJavaTypeRegistrations() -
getJdbcTypeRegistrations
List<org.hibernate.boot.jaxb.mapping.spi.JaxbJdbcTypeRegistrationImpl> getJdbcTypeRegistrations() -
getUserTypeRegistrations
List<org.hibernate.boot.jaxb.mapping.spi.JaxbUserTypeRegistrationImpl> getUserTypeRegistrations() -
getCompositeUserTypeRegistrations
List<org.hibernate.boot.jaxb.mapping.spi.JaxbCompositeUserTypeRegistrationImpl> getCompositeUserTypeRegistrations() -
getCollectionUserTypeRegistrations
List<org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionUserTypeRegistrationImpl> getCollectionUserTypeRegistrations() -
getEmbeddableInstantiatorRegistrations
List<org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableInstantiatorRegistrationImpl> getEmbeddableInstantiatorRegistrations() -
getJpaNamedQueries
-
getJpaNamedNativeQueries
-
getHibernateNamedQueries
-
getHibernateNamedNativeQueries
-
getNamedStoredProcedureQueries
-
getDefaults
XmlDocument.Defaults getDefaults()
-