Interface XmlDocument


public interface XmlDocument
  • 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

      Map<String, org.hibernate.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl> getJpaNamedQueries()
    • getJpaNamedNativeQueries

      Map<String, org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl> getJpaNamedNativeQueries()
    • getHibernateNamedQueries

      Map<String, org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType> getHibernateNamedQueries()
    • getHibernateNamedNativeQueries

      Map<String, org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType> getHibernateNamedNativeQueries()
    • getNamedStoredProcedureQueries

      Map<String, org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQueryImpl> getNamedStoredProcedureQueries()
    • getDefaults

      XmlDocument.Defaults getDefaults()