Package | Description |
---|---|
com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
Modifier and Type | Method and Description |
---|---|
static CriteriaBuilderConfiguration |
Criteria.getDefault()
Uses the default CriteriaBuilderConfigurationProvider and invokes
CriteriaBuilderConfigurationProvider.createConfiguration() . |
Modifier and Type | Method and Description |
---|---|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.addProperties(Properties extraProperties)
Add the given properties to the properties of the configuration.
|
CriteriaBuilderConfiguration |
CriteriaBuilderConfigurationProvider.createConfiguration()
Creates and returns a new criteria builder configuration.
|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.mergeProperties(Properties properties)
Adds the given properties to the properties of the configuration, without overriding existing values.
|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.registerDialect(String dbms,
DbmsDialect dialect)
Registers the given dialect for the given dbms name.
|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.registerEntityManagerIntegrator(EntityManagerIntegrator entityManagerEnricher)
Registers the given entity manager enricher in the configuration.
|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.registerFunction(JpqlFunctionGroup jpqlFunctionGroup)
Registers the given jpql function group in the configuration.
|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.registerQueryTransformer(QueryTransformer queryTransformer)
Registers the given query transformer in the configuration.
|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.setProperties(Properties properties)
Replace the properties of the configuration with the given properties.
|
CriteriaBuilderConfiguration |
CriteriaBuilderConfiguration.setProperty(String propertyName,
String value)
Set a property value by name.
|
Copyright © 2015 Blazebit. All Rights Reserved.