Package org.hibernate.boot.jaxb.cfg.spi
Class ObjectFactory
- java.lang.Object
-
- org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
-
public class ObjectFactory extends java.lang.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
-
createJaxbCfgHibernateConfigurationJaxbCfgSecurity
public JaxbCfgHibernateConfiguration.JaxbCfgSecurity createJaxbCfgHibernateConfigurationJaxbCfgSecurity()
Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSecurity
-
createJaxbCfgHibernateConfigurationJaxbCfgSessionFactory
public JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory createJaxbCfgHibernateConfigurationJaxbCfgSessionFactory()
Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
createJaxbCfgConfigPropertyType
public JaxbCfgConfigPropertyType createJaxbCfgConfigPropertyType()
Create an instance ofJaxbCfgConfigPropertyType
-
createJaxbCfgMappingReferenceType
public JaxbCfgMappingReferenceType createJaxbCfgMappingReferenceType()
Create an instance ofJaxbCfgMappingReferenceType
-
createJaxbCfgEntityCacheType
public JaxbCfgEntityCacheType createJaxbCfgEntityCacheType()
Create an instance ofJaxbCfgEntityCacheType
-
createJaxbCfgCollectionCacheType
public JaxbCfgCollectionCacheType createJaxbCfgCollectionCacheType()
Create an instance ofJaxbCfgCollectionCacheType
-
createJaxbCfgEventListenerGroupType
public JaxbCfgEventListenerGroupType createJaxbCfgEventListenerGroupType()
Create an instance ofJaxbCfgEventListenerGroupType
-
createJaxbCfgEventListenerType
public JaxbCfgEventListenerType createJaxbCfgEventListenerType()
Create an instance ofJaxbCfgEventListenerType
-
createJaxbCfgHibernateConfigurationJaxbCfgSecurityJaxbCfgGrant
public JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant createJaxbCfgHibernateConfigurationJaxbCfgSecurityJaxbCfgGrant()
Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-
-