Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.ejb | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jmx |
This package exposes a Hibernate instance via JMX.
|
org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
org.hibernate.metamodel.binding | |
org.hibernate.metamodel.source | |
org.hibernate.metamodel.source.internal |
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
Filter.getFilterDefinition()
Get the filter definition containing additional information about the
filter (such as default-condition and expected parameter names/types).
|
FilterDefinition |
SessionFactory.getFilterDefinition(String filterName)
Obtain the definition of a filter by name.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,FilterDefinition> |
Configuration.filterDefinitions |
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
Mappings.getFilterDefinition(String name)
Retrieves a filter definition by name.
|
FilterDefinition |
Configuration.MappingsImpl.getFilterDefinition(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Mappings.addFilterDefinition(FilterDefinition definition)
Adds a filter definition to this repository.
|
void |
Configuration.addFilterDefinition(FilterDefinition definition) |
void |
Configuration.MappingsImpl.addFilterDefinition(FilterDefinition definition) |
Modifier and Type | Method and Description |
---|---|
void |
Ejb3Configuration.addFilterDefinition(FilterDefinition definition)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
FilterImpl.getFilterDefinition() |
FilterDefinition |
SessionFactoryImpl.getFilterDefinition(String filterName) |
Constructor and Description |
---|
FilterImpl(FilterDefinition configuration)
Constructs a new FilterImpl.
|
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
SessionFactoryStub.getFilterDefinition(String filterName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Iterable<FilterDefinition> |
Metadata.getFilterDefinitions() |
Modifier and Type | Method and Description |
---|---|
Iterable<FilterDefinition> |
EntityBinding.getFilterDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
EntityBinding.addFilterDefinition(FilterDefinition filterDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImplementor.addFilterDefinition(FilterDefinition filterDefinition) |
Modifier and Type | Method and Description |
---|---|
Iterable<FilterDefinition> |
MetadataImpl.getFilterDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImpl.addFilterDefinition(FilterDefinition def) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.