Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.ejb |
Modifier and Type | Method and Description |
---|---|
AnnotationConfiguration |
AnnotationConfiguration.addAnnotatedClass(java.lang.Class annotatedClass)
Deprecated.
Read metadata from the annotations associated with this class.
|
AnnotationConfiguration |
AnnotationConfiguration.addCacheableFile(java.io.File xmlFile)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addCacheableFile(java.lang.String xmlFile)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addClass(java.lang.Class persistentClass)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addDirectory(java.io.File dir)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addDocument(org.w3c.dom.Document doc)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addFile(java.io.File xmlFile)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addFile(java.lang.String xmlFile)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addJar(java.io.File jar)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addPackage(java.lang.String packageName)
Deprecated.
Read package-level metadata.
|
AnnotationConfiguration |
AnnotationConfiguration.addProperties(java.util.Properties extraProperties)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addResource(java.lang.String resourceName)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addResource(java.lang.String resourceName,
java.lang.ClassLoader classLoader)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addURL(java.net.URL url)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.addXML(java.lang.String xml)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.configure()
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.configure(org.w3c.dom.Document document)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.configure(java.io.File configFile)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.configure(java.lang.String resource)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.configure(java.net.URL url)
Deprecated.
|
protected AnnotationConfiguration |
AnnotationConfiguration.doConfigure(org.dom4j.Document doc)
Deprecated.
|
protected AnnotationConfiguration |
AnnotationConfiguration.doConfigure(java.io.InputStream stream,
java.lang.String resourceName)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.mergeProperties(java.util.Properties properties)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.setCacheConcurrencyStrategy(java.lang.String clazz,
java.lang.String concurrencyStrategy)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.setCacheConcurrencyStrategy(java.lang.String clazz,
java.lang.String concurrencyStrategy,
java.lang.String region)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.setCollectionCacheConcurrencyStrategy(java.lang.String collectionRole,
java.lang.String concurrencyStrategy)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.setInterceptor(Interceptor interceptor)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.setNamingStrategy(NamingStrategy namingStrategy)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.setPersisterClassProvider(PersisterClassProvider persisterClassProvider)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.setProperties(java.util.Properties properties)
Deprecated.
|
AnnotationConfiguration |
AnnotationConfiguration.setProperty(java.lang.String propertyName,
java.lang.String value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AnnotationConfiguration |
Ejb3Configuration.getHibernateConfiguration()
This API is intended to give a read-only configuration.
|
Copyright © 2014. All Rights Reserved.