Class JpaStoreConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo
,ConfigurationInfo
,StoreConfiguration
public class JpaStoreConfiguration extends AbstractStoreConfiguration
JpaStoreConfiguration.- Since:
- 6.0
- Author:
- Ray Tsang
-
-
Field Summary
-
Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SEGMENTED, SHARED, TRANSACTIONAL
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JpaStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
long
batchSize()
java.lang.Class<?>
entityClass()
ElementDefinition
getElementDefinition()
java.lang.String
persistenceUnitName()
boolean
storeMetadata()
-
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, subElements, toString, transactional
-
-
-
-
Constructor Detail
-
JpaStoreConfiguration
protected JpaStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async)
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Returns:
- the
ElementDefinition
of the configuration.
-
persistenceUnitName
public java.lang.String persistenceUnitName()
-
entityClass
public java.lang.Class<?> entityClass()
-
batchSize
public long batchSize()
-
storeMetadata
public boolean storeMetadata()
-
-