See: Description
Interface | Description |
---|---|
Activatable |
Activatable objects can be activated and deactivated.
|
DefinedEnum |
Provides associate a fixed value to each instance of an Enum.
|
Exportable |
Classes that want to provide the possibility of being exported/imported by
the import/export functionality of @enterprise must implement this interface.
|
HasDeferredChange |
Marker interface to designate that a
Persistent may have an outstanding DeferredChange . |
HasSubclasses |
If a class implements this interface, the store mechanism knows that
a field of the class can contain suclasses of heir.
|
OptimisticLocking |
Optimistically locked objects have a long transactionid field in the database table and java class.
|
Persistent |
Objects implementing this interface can be stored with the persistence
mechanism of @enterprise.
|
PersistentEventHandler<P extends Persistent> |
This interface provides a hook for some action when an object is inserted, updated or
deleted.
|
RemoteStore |
The store interface represents the interface to the database.
|
Store |
The store interface represents the interface to the database.
|
View |
Objects implementing this interface provide a different perspective ("view") for a
Persistent instance (the base object).
|
Class | Description |
---|---|
AutoCloseablePersistentAspect |
AutoClosable PersistentAspects to be used in a try(with resource) block.
|
BulkQuery |
Allows efficient execution of queries for a set of items.
|
DBConnPool |
This class maintains a pool of database connections.
|
ExportablePersistentObject |
this is an extension to the
PersistentObject class
which can be exported via the @enterprise import/export functionality
all required Exportable methods are implemented with default behavior |
Lock |
Make a database lock.
|
Nil |
This class can be used to shrink wrap potential null values together with an
appropriate SQL type (c.f.
|
NullExpression |
Convenience wrapper for construction of SQL expressions with bind parameters which may be null.
|
PersistentEventAdapter<P extends Persistent> | Deprecated
since ep 10.0, implement interface
PersistentEventHandler directly which provides default implementations now |
PersistentObject |
This is a default implementation of the
Persistent
interface. |
StoreUtil |
Utilities for store
|
Enum | Description |
---|---|
PersistentAspect |
Allows to change certain aspects of the behavior of the Store and OrgData operations
on Persistent objects.
|
Annotation Type | Description |
---|---|
Column |
Annotation to define the labels (i18n keys) for fields of
Persistent objects. |
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.