Enum Class PersistenceUnitCachingType

java.lang.Object
java.lang.Enum<PersistenceUnitCachingType>
io.helidon.integrations.cdi.jpa.jaxb.PersistenceUnitCachingType
All Implemented Interfaces:
Serializable, Comparable<PersistenceUnitCachingType>, Constable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.3", date="2024-04-26T21:00:16Z") public enum PersistenceUnitCachingType extends Enum<PersistenceUnitCachingType>

Java class for persistence-unit-caching-type.

The following schema fragment specifies the expected content contained within this class.


 <simpleType name="persistence-unit-caching-type">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="ALL"/>
     <enumeration value="NONE"/>
     <enumeration value="ENABLE_SELECTIVE"/>
     <enumeration value="DISABLE_SELECTIVE"/>
     <enumeration value="UNSPECIFIED"/>
   </restriction>
 </simpleType>