Interface XmlDocument
- All Known Implementing Classes:
XmlDocumentImpl
public interface XmlDocument
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getEntityMappings
List<JaxbEntityImpl> getEntityMappings() -
getMappedSuperclassMappings
List<JaxbMappedSuperclassImpl> getMappedSuperclassMappings() -
getEmbeddableMappings
List<JaxbEmbeddableImpl> getEmbeddableMappings() -
getConverters
List<JaxbConverterImpl> getConverters() -
getConverterRegistrations
List<JaxbConverterRegistrationImpl> getConverterRegistrations() -
getJavaTypeRegistrations
List<JaxbJavaTypeRegistrationImpl> getJavaTypeRegistrations() -
getJdbcTypeRegistrations
List<JaxbJdbcTypeRegistrationImpl> getJdbcTypeRegistrations() -
getUserTypeRegistrations
List<JaxbUserTypeRegistrationImpl> getUserTypeRegistrations() -
getCompositeUserTypeRegistrations
List<JaxbCompositeUserTypeRegistrationImpl> getCompositeUserTypeRegistrations() -
getCollectionUserTypeRegistrations
List<JaxbCollectionUserTypeRegistrationImpl> getCollectionUserTypeRegistrations() -
getEmbeddableInstantiatorRegistrations
List<JaxbEmbeddableInstantiatorRegistrationImpl> getEmbeddableInstantiatorRegistrations() -
getJpaNamedQueries
Map<String,JaxbNamedHqlQueryImpl> getJpaNamedQueries() -
getJpaNamedNativeQueries
Map<String,JaxbNamedNativeQueryImpl> getJpaNamedNativeQueries() -
getHibernateNamedQueries
Map<String,JaxbHbmNamedQueryType> getHibernateNamedQueries() -
getHibernateNamedNativeQueries
Map<String,JaxbHbmNamedNativeQueryType> getHibernateNamedNativeQueries() -
getNamedStoredProcedureQueries
Map<String,JaxbNamedStoredProcedureQueryImpl> getNamedStoredProcedureQueries() -
getDefaults
XmlDocument.Defaults getDefaults()
-