public class ObjectFactory extends Object
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 and 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
|
public ObjectFactory()
public JaxbCfgHibernateConfiguration createJaxbCfgHibernateConfiguration()
JaxbCfgHibernateConfiguration
public JaxbCfgHibernateConfiguration.JaxbCfgSecurity createJaxbCfgHibernateConfigurationJaxbCfgSecurity()
JaxbCfgHibernateConfiguration.JaxbCfgSecurity
public JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory createJaxbCfgHibernateConfigurationJaxbCfgSessionFactory()
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
public JaxbCfgConfigPropertyType createJaxbCfgConfigPropertyType()
JaxbCfgConfigPropertyType
public JaxbCfgMappingReferenceType createJaxbCfgMappingReferenceType()
JaxbCfgMappingReferenceType
public JaxbCfgEntityCacheType createJaxbCfgEntityCacheType()
JaxbCfgEntityCacheType
public JaxbCfgCollectionCacheType createJaxbCfgCollectionCacheType()
JaxbCfgCollectionCacheType
public JaxbCfgEventListenerGroupType createJaxbCfgEventListenerGroupType()
JaxbCfgEventListenerGroupType
public JaxbCfgEventListenerType createJaxbCfgEventListenerType()
JaxbCfgEventListenerType
public JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant createJaxbCfgHibernateConfigurationJaxbCfgSecurityJaxbCfgGrant()
JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.