Modifier and Type | Optional Element and Description |
---|---|
String |
cacheable
Whether this class is cacheable in a Level2 cache.
|
String |
catalog
Catalog to use for persisting this class or interface.
|
String |
detachable
Whether this class or interface is detachable.
|
String |
embeddedOnly
Whether objects of this class or interface can only be embedded.
|
Extension[] |
extensions
Any vendor extensions.
|
IdentityType |
identityType
Type of identity for this class or interface.
|
Persistent[] |
members
Member declarations.
|
Class |
objectIdClass
Primary key class when using application identity and using own PK.
|
String |
requiresExtent
Whether this class or interface manages an extent.
|
String |
schema
Schema to use for persisting this class or interface.
|
String |
serializeRead
Whether objects of this type should, by default, be locked when read.
|
String |
table
Table to use for persisting this class or interface.
|
public abstract Persistent[] members
public abstract String table
public abstract String catalog
public abstract String schema
public abstract String requiresExtent
public abstract String embeddedOnly
public abstract String detachable
public abstract IdentityType identityType
public abstract Class objectIdClass
public abstract String cacheable
public abstract String serializeRead
public abstract Extension[] extensions
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.