Class JpaStoreConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
-
- All Implemented Interfaces:
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, SingletonStoreConfiguration singletonStore)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
long
batchSize()
Class<?>
entityClass()
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, singletonStore, toString, transactional
-
-
-
-
Constructor Detail
-
JpaStoreConfiguration
protected JpaStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
persistenceUnitName
public String persistenceUnitName()
-
entityClass
public Class<?> entityClass()
-
batchSize
public long batchSize()
-
storeMetadata
public boolean storeMetadata()
-
-