Package org.hibernate.boot.jaxb.cfg.spi
Class ObjectFactory
- java.lang.Object
-
- org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
-
public class ObjectFactory extends Object
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 programatically 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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createJaxbCfgHibernateConfiguration
public JaxbCfgHibernateConfiguration 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
public JaxbCfgConfigPropertyType createJaxbCfgConfigPropertyType()
Create an instance ofJaxbCfgConfigPropertyType
- Returns:
- the new instance of
JaxbCfgConfigPropertyType
-
createJaxbCfgMappingReferenceType
public JaxbCfgMappingReferenceType createJaxbCfgMappingReferenceType()
Create an instance ofJaxbCfgMappingReferenceType
- Returns:
- the new instance of
JaxbCfgMappingReferenceType
-
createJaxbCfgEntityCacheType
public JaxbCfgEntityCacheType createJaxbCfgEntityCacheType()
Create an instance ofJaxbCfgEntityCacheType
- Returns:
- the new instance of
JaxbCfgEntityCacheType
-
createJaxbCfgCollectionCacheType
public JaxbCfgCollectionCacheType createJaxbCfgCollectionCacheType()
Create an instance ofJaxbCfgCollectionCacheType
- Returns:
- the new instance of
JaxbCfgCollectionCacheType
-
createJaxbCfgEventListenerGroupType
public JaxbCfgEventListenerGroupType createJaxbCfgEventListenerGroupType()
Create an instance ofJaxbCfgEventListenerGroupType
- Returns:
- the new instance of
JaxbCfgEventListenerGroupType
-
createJaxbCfgEventListenerType
public JaxbCfgEventListenerType 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
-
-