All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractJakartaGraph<T> |
Base for JakartaEntityGraph and JakartaSubgraph.
|
| AttributeImpl<X,Y> |
Implementation of Jakarta Persistence Metamodel "Attribute".
|
| CaseExpressionImpl<R> |
Implementation of Jakarta Persistence Case expression.
|
| CoalesceExpression<T> |
Implementation of Jakarta Persistence Criteria "Coalesce".
|
| CollectionAttributeImpl<X,E> |
Implementation of Jakarta Persistence metamodel "CollectionAttribute".
|
| CollectionJoinImpl<Z,E> |
Implementation of Jakarta Persistence Criteria "CollectionJoin".
|
| ColumnPosition |
Extension annotation allowing for specification of column "position" in Jakarta Persistence.
|
| ColumnPositionHandler |
Handler for the ColumnPosition annotation when applied to a field/property of a persistable class.
|
| ComparatorClass |
Extension annotation providing for specifying a comparator class against a collection.
|
| ComparatorClassHandler |
Handler for the ComparatorClass annotation when applied to a collection field/property of a persistable class.
|
| CompoundSelectionImpl<X> |
Implementation of Jakarta Persistence Criteria "CompoundSelection".
|
| ConcatExpression |
Representation of a CONCAT of two expressions.
|
| CreateTimestamp |
Extension annotation specifying either this field/method or use a surrogate column as storing the creation timestamp for this object.
|
| CreateTimestampHandler |
Handler for the CreateTimestamp annotation when applied to a field/property or surrogate column of a persistable class.
|
| CreateUser |
Extension annotation specifying either this field/method or use a surrogate column as storing the creation user for this object.
|
| CreateUserHandler |
Handler for the CreateUser annotation when applied to a field/property or surrogate column of a persistable class.
|
| CriteriaBuilderImpl |
Implementation of Jakarta Persistence "CriteriaBuilder".
|
| CriteriaDeleteImpl<T> |
Implementation of a Criteria Delete query.
|
| CriteriaQueryImpl<T> |
Implementation of Jakarta Persistence Criteria "Query".
|
| CriteriaUpdateImpl<T> |
Implementation of a Criteria Update query.
|
| DataNucleusHelperJakarta |
Helper class for accessing DataNucleus internals from a Jakarta environment.
|
| DatastoreId |
Extension annotation allowing for use of datastore-identity with Jakarta Persistence.
|
| EmbeddableTypeImpl<X> |
Implementation of Jakarta Persistence Metamodel "EmbeddableType".
|
| EntityTypeImpl<X> |
Implementation of Jakarta Persistence Metamodel "EntityType".
|
| ExpressionImpl<T> |
Implementation of Jakarta Persistence Criteria "Expression".
|
| Extension |
DataNucleus Extension to Jakarta Persistence.
|
| Extensions |
Annotation defining a set of extensions to Jakarta Persistence.
|
| FetchImpl<Z,X> |
Implementation of Jakarta Persistence Criteria "Fetch".
|
| FromImpl<Z,X> |
Implementation of Jakarta Persistence Criteria "From".
|
| IdentifiableTypeImpl<X> |
Implementation of Jakarta Persistence Metamodel "IdentifiableType".
|
| Index |
Extension annotation allowing for specification of index on a field/method in Jakarta Persistence.
|
| IndexHandler |
Handler for the Index annotation when applied to a field/property of a persistable class.
|
| InPredicate<X> |
Representation of an IN expression, obtained from "QueryBuilder.in".
|
| JakartaAdapter |
Adapter for the Jakarta Persistence API, to allow the DataNucleus core runtime to expose multiple APIs to clients.
|
| JakartaAnnotationReader |
Implementation for Annotation Reader for Java annotations using Jakarta Persistence definition.
|
| JakartaAnnotationUtils |
Series of utility methods for converting between Jakarta Persistence annotations and metadata.
|
| JakartaAttributeNode<T> |
Implementation of Jakarta Persistence AttributeNode
|
| JakartaCallbackHandler |
CallbackHandler implementation for Jakarta Persistence.
|
| JakartaClassTransformer |
ClassTransformer for runtime enhancement of classes to the Jakarta Persistence interface.
|
| JakartaDataStoreCache |
Implementation of the Jakarta Persistence DataStoreCache.
|
| JakartaEntityGraph<T> |
Implementation of Jakarta Persistence EntityGraph.
|
| JakartaEntityGraphRegistrationListener |
Interface to implement if you want to be notified of the registration (by metadata processing) of
a new EntityGraph.
|
| JakartaEntityManager |
EntityManager implementation for Jakarta Persistence.
|
| JakartaEntityManagerFactory |
EntityManagerFactory implementation.
|
| JakartaEntityTransaction |
EntityTransaction implementation for Jakarta Persistence for ResourceLocal transaction.
|
| JakartaFetchPlan |
Implementation of a FetchPlan for Jakarta Persistence.
|
| JakartaMetaDataManager |
Manager of Jakarta Persistence MetaData information in DataNucleus.
|
| JakartaPropertyNames |
Utility providing convenience naming of Jakarta Persistence persistence properties.
|
| JakartaPropertyValidator |
Validator for persistence properties used by Jakarta Persistence.
|
| JakartaQuery<X> |
Basic implementation of a Jakarta Persistence Query.
|
| JakartaQueryCache |
Implementation of the Jakarta Persistence QueryCache.
|
| JakartaQueryParameter<T> |
Implementation of a Jakarta Persistence query parameter.
|
| JakartaQueryTuple |
Implementation of a Jakarta Persistence Tuple, for a query result.
|
| JakartaQueryTupleElement |
Implementation of a Jakarta Persistence TupleElement, for a query result.
|
| JakartaReplicationManager |
Manager to control the replication of objects from one datastore to another.
|
| JakartaStoredProcedureQuery |
Implementation of a StoredProcedureQuery.
|
| JakartaSubgraph<T> |
Implementation of Jakarta Persistence Subgraph
|
| JakartaTypeConverter<X,Y> |
Wrapper for a type converter provided by a user, so it can be used by the internal TypeConverter mechanism.
|
| JakartaTypeConverterUtils |
Convenience methods for handling Jakarta Persistence AttributeConverters.
|
| JakartaXmlMetaDataHandler |
Parser handler for Jakarta Persistence XML MetaData.
|
| JakartaXmlMetaDataHelper |
Helper class that can convert internal metadata into (Jakarta Persistence) orm.xml metadata.
|
| JdbcType |
Extension annotation allowing for specification of jdbc-type in Jakarta Persistence.
|
| JdbcTypeHandler |
Handler for the JdbcType annotation when applied to a field/property of a persistable class.
|
| JoinImpl<Z,X> |
Implementation of Jakarta Persistence Criteria "Join".
|
| LifeCycleStateFactory |
Factory for life cycle states.
|
| ListAttributeImpl<X,E> |
Implementation of Jakarta Persistence metamodel "ListAttribute".
|
| ListJoinImpl<Z,E> |
Implementation of Jakarta Persistence Criteria "ListJoin".
|
| LiteralExpression<X> |
Representation of a Literal in a criteria query.
|
| ManagedTypeImpl<X> |
Implementation of Jakarta Persistence Metamodel "ManagedType".
|
| MapAttributeImpl<X,K,V> |
Implementation of Jakarta Persistence metamodel "ListAttribute".
|
| MapJoinImpl<Z,K,V> |
Implementation of Jakarta Persistence Criteria "MapJoin".
|
| MappedSuperclassTypeImpl<X> |
Implementation of Jakarta Persistence Metamodel "MappedSuperclassType".
|
| MetamodelImpl |
Implementation of Jakarta Persistence Criteria "Metamodel".
|
| MultiTenant |
Extension annotation allowing for specifying a class as multitenant, meaning that it will have a surrogate column in its table storing the tenant id.
|
| MultiTenantHandler |
Handler for the MultiTenant annotation when applied to a field/property of a persistable class, or when applied to a class itself.
|
| NonDurableId |
Extension annotation defining this class as not having an "identity".
|
| NoPersistenceUnitException |
Exception thrown when trying to create an EntityManagerFactory for a
persistence-unit and we cant find a "persistence-unit" of the specified name.
|
| NoPersistenceXmlException |
Exception thrown when trying to create an EntityManagerFactory for a
persistence-unit and we cant find any "persistence.xml" files.
|
| NotProviderException |
Exception thrown when trying to create an EntityManagerFactory for a
persistence-unit and we are not the required provider.
|
| OrderImpl |
Implementation of Jakarta Persistence Criteria "Order".
|
| OSGiActivator |
Activator used to register/deregister Jakarta Persistence services in an OSGi environment.
|
| ParameterExpressionImpl<T> |
Implementation of Jakarta Persistence Criteria "ParameterExpression".
|
| PathImpl<Z,X> |
Implementation of Jakarta Persistence Criteria "Path".
|
| PersistenceAware |
Annotation for marking a class as "persistence-aware".
|
| PersistenceProviderImpl |
PersistenceProvider implementation.
|
| PluralAttributeImpl<X,C,E> |
Implementation of Jakarta Persistence Metamodel "PluralAttribute".
|
| PluralJoinImpl<Z,C,E> |
Implementation of Jakarta Persistence Criteria "PluralJoin".
|
| PredicateImpl |
Implementation of Jakarta Persistence Criteria "Predicate".
|
| ReadOnly |
Extension annotation allowing for specifying a field as Read-Only (insertable=false, updateable=false) or for specifying a class as Read-Only.
|
| ReadOnlyHandler |
Handler for the ReadOnly annotation when applied to a field/property of a persistable class, or when applied to a class itself.
|
| RootImpl<X> |
Implementation of Jakarta Persistence Criteria "Root".
|
| SetAttributeImpl<X,E> |
Implementation of Jakarta Persistence metamodel "SetAttribute".
|
| SetJoinImpl<Z,E> |
Implementation of Jakarta Persistence Criteria "SetJoin".
|
| SharedRelation |
Extension annotation providing for marking a relation as "shared" and adding a distinguisher column.
|
| SharedRelationHandler |
Handler for the SharedRelation annotation when applied to a field/property of a persistable class.
|
| SimpleCaseExpressionImpl<C,R> |
Implementation of Jakarta Persistence SimpleCase expression.
|
| SingletonEMFException |
Exception thrown when trying to create an EMF and using singleton setting yet one with this name
already exists.
|
| SingularAttributeImpl<X,T> |
Implementation of Jakarta Persistence Metamodel "SingularAttribute".
|
| SoftDelete |
Extension annotation allowing for specifying a class as using soft delete, meaning that it will have a surrogate column in its table storing whether it is deleted (rather than deleting it).
|
| SoftDeleteHandler |
Handler for the SoftDelete annotation when applied to a class.
|
| SqlType |
Extension annotation allowing for specification of sql-type in Jakarta Persistence.
|
| SqlTypeHandler |
Handler for the SqlType annotation when applied to a field/property of a persistable class.
|
| SubqueryImpl<T> |
Implementation of Jakarta Persistence Criteria "Subquery".
|
| SurrogateVersion |
Annotation for a surrogate version on a class.
|
| TreatPathImpl |
Treated (cast) form of a Path (in a WHERE clause).
|
| TreatRootImpl |
Treated (cast) form of a Root (in a WHERE clause).
|
| TypeImpl<X> |
Implementation of Jakarta Persistence Metamodel "Type".
|
| UpdateTimestamp |
Extension annotation specifying either this field/method or use a surrogate column as storing the update timestamp for this object.
|
| UpdateTimestampHandler |
Handler for the UpdateTimestamp annotation when applied to a field/property or surrogate column of a persistable class.
|
| UpdateUser |
Extension annotation specifying either this field/method or use a surrogate column as storing the update user for this object.
|
| UpdateUserHandler |
Handler for the UpdateUser annotation when applied to a field/property or surrogate column of a persistable class.
|
| ValueGenerator |
Extension annotation allowing for custom value generators in Jakarta Persistence (uuid, timestamp, etc).
|
| ValueGeneratorHandler |
Handler for the ValueGenerator annotation when applied to a field/property of a persistable class.
|