Package org.hibernate.boot.jaxb.cfg.spi
Class ObjectFactory
java.lang.Object
org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.hibernate.boot.jaxb.cfg.spi package.
An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.cfg.spi -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofJaxbCfgCollectionCacheType
Create an instance ofJaxbCfgConfigPropertyType
Create an instance ofJaxbCfgEntityCacheType
Create an instance ofJaxbCfgEventListenerGroupType
Create an instance ofJaxbCfgEventListenerType
Create an instance ofJaxbCfgHibernateConfiguration
Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSecurity
Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Create an instance ofJaxbCfgMappingReferenceType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.cfg.spi
-
-
Method Details
-
createJaxbCfgHibernateConfiguration
Create an instance ofJaxbCfgHibernateConfiguration
- Returns:
- the new instance of
JaxbCfgHibernateConfiguration
-
createJaxbCfgHibernateConfigurationJaxbCfgSecurity
public JaxbCfgHibernateConfiguration.JaxbCfgSecurity createJaxbCfgHibernateConfigurationJaxbCfgSecurity()Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSecurity
- Returns:
- the new instance of
JaxbCfgHibernateConfiguration.JaxbCfgSecurity
-
createJaxbCfgHibernateConfigurationJaxbCfgSessionFactory
public JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory createJaxbCfgHibernateConfigurationJaxbCfgSessionFactory()Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
- Returns:
- the new instance of
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
createJaxbCfgConfigPropertyType
Create an instance ofJaxbCfgConfigPropertyType
- Returns:
- the new instance of
JaxbCfgConfigPropertyType
-
createJaxbCfgMappingReferenceType
Create an instance ofJaxbCfgMappingReferenceType
- Returns:
- the new instance of
JaxbCfgMappingReferenceType
-
createJaxbCfgEntityCacheType
Create an instance ofJaxbCfgEntityCacheType
- Returns:
- the new instance of
JaxbCfgEntityCacheType
-
createJaxbCfgCollectionCacheType
Create an instance ofJaxbCfgCollectionCacheType
- Returns:
- the new instance of
JaxbCfgCollectionCacheType
-
createJaxbCfgEventListenerGroupType
Create an instance ofJaxbCfgEventListenerGroupType
- Returns:
- the new instance of
JaxbCfgEventListenerGroupType
-
createJaxbCfgEventListenerType
Create an instance ofJaxbCfgEventListenerType
- Returns:
- the new instance of
JaxbCfgEventListenerType
-
createJaxbCfgHibernateConfigurationJaxbCfgSecurityJaxbCfgGrant
public JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant createJaxbCfgHibernateConfigurationJaxbCfgSecurityJaxbCfgGrant()Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
- Returns:
- the new instance of
JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-