ObjectDB Database Search

51-100 of 159 results

javax.persistence.criteria.CompoundSelection

. Returns the same selection item. Parameters: name - alias Return: selection item Inherited from ... Throws: IllegalStateException - if selection is not a compound selection Inherited from: Selection ... : boolean indicating whether the selection is a compound selection Inherited from: Selection Since: JPA 2.0

javax.persistence.DiscriminatorColumn

the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies. The strategy ... subhierarchy in which a different inheritance strategy is applied If the DiscriminatorColumn annotation ... ") @ Inheritance (strategy=SINGLE_TABLE) @DiscriminatorColumn(name="DISC", discriminatorType=STRING, length

javax.persistence.Convert

override a conversion mapping for an inherited basic or embedded attribute. Example 1: Convert a basic ... mappings for attributes inherited from a mapped superclass @Entity @Converts({ @Convert(attributeName ... disableConversion default false Used to disable an auto-apply or inherited converter

javax.persistence.DiscriminatorValue

is the entity name. The inheritance strategy and the discriminator column are only specified in the root of an entity class hierarchy or subhierarchy in which a different inheritance strategy ... the hierarchy. Example: @Entity @Table(name="CUST") @ Inheritance (strategy=SINGLE_TABLE) @DiscriminatorColumn

javax.persistence.metamodel.SingularAttribute

. Return: Java type Inherited from: Bindable Since: JPA 2.0 Bindable .BindableType getBindableType () Return the bindable type of the represented object. Return: bindable type Inherited from: Bindable

javax.persistence.criteria.CriteriaDelete

. Return: where clause predicate Inherited from: CommonAbstractCriteria Since: JPA 2.1 Root getRoot ... ) Create a subquery of the query. Parameters: type - the subquery result type Return: subquery Inherited

javax.persistence.criteria.Selection

, if no alias has been assigned. Return: alias Inherited from: TupleElement Since: JPA 2.0 List ... of the tuple element. Return: the Java type of the tuple element Inherited from: TupleElement

javax.persistence.metamodel.BasicType

: Java type Inherited from: Type Since: JPA 2.0 Type .PersistenceType getPersistenceType () Return the persistence type. Return: persistence type Inherited from: Type Since: JPA 2.0

javax.persistence.criteria.AbstractQuery

predicate Inherited from: CommonAbstractCriteria Since: JPA 2.1 Class getResultType () Return the result ... of the query. Parameters: type - the subquery result type Return: subquery Inherited from

javax.persistence.metamodel.ManagedType

Inherited from: Type Since: JPA 2.0 ListAttribute getList (String name) Return the List-valued ... getPersistenceType () Return the persistence type. Return: persistence type Inherited from: Type

javax.persistence.NamedAttributeNode.keySubgraph

attribute also being specified. If the target type has inheritance , multiple subgraphs can be specified ... subgraphs are specified due to inheritance , they are referenced by this name. Since: JPA 2.1

javax.persistence.NamedAttributeNode.subgraph

is used to refer to that NamedSubgraph definition. If the target type has inheritance , multiple subgraphs ... . If multiple subgraphs are specified due to inheritance , they are referenced by this name. Since: JPA 2.1

javax.persistence.criteria.CriteriaUpdate

have been specified. Return: where clause predicate Inherited from: CommonAbstractCriteria Since: JPA 2.1 ... a subquery of the query. Parameters: type - the subquery result type Return: subquery Inherited

javax.persistence.PrimaryKeyJoinColumn

and ValuedCustomer subclass @Entity @Table(name="CUST") @ Inheritance (strategy=JOINED) @DiscriminatorValue ... { ... } See Also: SecondaryTable Inheritance OneToOne ForeignKey Since: JPA 1.0 Public Annotation Attributes String

javax.persistence.PessimisticLockScope.NORMAL

JPA Enum Constant in javax.persistence.PessimisticLockScope NORMAL This value defines the default behavior for pessimistic locking. The persistence provider must lock the database row(s) that correspond to the non-collection-valued persistent state of that instance. If a joined inheritance

javax.persistence.PessimisticLockScope

to the non-collection-valued persistent state of that instance. If a joined inheritance strategy is used, or

Subgraph.addKeySubgraph(attributeName,type) - JPA Method

JPA Method in javax.persistence.Subgraph Subgraph addKeySubgraph (   String attributeName,    Class  type ) Add a node to the graph that corresponds to a map key that is a managed type with inheritance . This allows for construction of multi-node entity graphs

Subgraph.addSubgraph(attributeName,type) - JPA Method

JPA Method in javax.persistence.Subgraph Subgraph addSubgraph (   String attributeName,    Class  type ) Add a node to the graph that corresponds to a managed type with inheritance . This allows for multiple subclass subgraphs to be defined for this node

Subgraph.addSubgraph(attribute,type) - JPA Method

JPA Method in javax.persistence.Subgraph Subgraph addSubgraph (    Attribute  attribute,    Class  type ) Add a node to the graph that corresponds to a managed type with inheritance . This allows for multiple subclass subgraphs to be defined for this node

Subgraph.addKeySubgraph(attribute,type) - JPA Method

JPA Method in javax.persistence.Subgraph Subgraph addKeySubgraph (    Attribute  attribute,    Class  type ) Add a node to the graph that corresponds to a map key that is a managed type with inheritance . This allows for construction of multi-node entity graphs

javax.persistence.Cacheable

JPA Annotation Cacheable Target: TYPE Implemented Interfaces: Annotation Specifies whether an entity should be cached if caching is enabled when the value of the persistence.xml caching element is ENABLE_SELECTIVE or DISABLE_SELECTIVE . The value of the Cacheable annotation is inherited by

javax.jdo.JDOFatalInternalException

. nested - the nested Throwable[] . failed - the failed object. Since: JDO 1.0 Method inherited from ... , printStackTrace , printStackTrace , printStackTrace , toString Method inherited from class java.lang.Throwable ... , toString Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.JDOFatalDataStoreException

inherited from class javax.jdo.JDOException getCause , getFailedObject , getNestedExceptions , initCause , printStackTrace , printStackTrace , printStackTrace , toString Method inherited from class ... , setStackTrace , toString Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.JDOUserCallbackException

- the failed object. Since: JDO 1.0 Method inherited from class javax.jdo.JDOException getCause ... , toString Method inherited from class java.lang.Throwable addSuppressed , fillInStackTrace , getCause ... , printStackTrace , printStackTrace , setStackTrace , toString Method inherited from class java.lang.Object

javax.jdo.JDOUserException

- the failed object. Since: JDO 1.0 Method inherited from class javax.jdo.JDOException getCause ... , toString Method inherited from class java.lang.Throwable addSuppressed , fillInStackTrace , getCause ... , printStackTrace , printStackTrace , setStackTrace , toString Method inherited from class java.lang

javax.jdo.JDOUnsupportedOptionException

Method inherited from class javax.jdo.JDOException getCause , getFailedObject , getNestedExceptions , initCause , printStackTrace , printStackTrace , printStackTrace , toString Method inherited from class ... , setStackTrace , toString Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.JDOObjectNotFoundException

. nested - the nested Throwable[] . failed - the failed object. Since: JDO 1.0 Method inherited from ... , printStackTrace , printStackTrace , printStackTrace , toString Method inherited from class java.lang.Throwable ... , toString Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.JDOReadOnlyException

[] . Since: JDO 2.2 Method inherited from class javax.jdo.JDOException getCause , getFailedObject ... inherited from class java.lang.Throwable addSuppressed , fillInStackTrace , getCause , getLocalizedMessage ... , printStackTrace , setStackTrace , toString Method inherited from class java.lang.Object equals , getClass

javax.jdo.JDOOptimisticVerificationException

inherited from class javax.jdo.JDOException getCause , getFailedObject , getNestedExceptions , initCause , printStackTrace , printStackTrace , printStackTrace , toString Method inherited from class java ... , setStackTrace , toString Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.JDONullIdentityException

[] . Since: JDO 2.0 Method inherited from class javax.jdo.JDOException getCause , getFailedObject ... inherited from class java.lang.Throwable addSuppressed , fillInStackTrace , getCause ... , printStackTrace , setStackTrace , toString Method inherited from class java.lang.Object equals

javax.jdo.annotations.InheritanceStrategy

.InheritanceStrategy Enumeration of the inheritance strategy values. Since: JDO 2.1 Enum Constants ... - if the argument is null Method inherited from class java.lang.Enum compareTo , compareTo , describeConstable , equals , getDeclaringClass , hashCode , name , ordinal , toString , valueOf Method inherited from

javax.jdo.JDODetachedFieldAccessException

- the detail message. nested - the nested Throwable[] . Since: JDO 2.0 Method inherited from class javax.jdo ... , printStackTrace , printStackTrace , toString Method inherited from class java.lang.Throwable ... inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.listener.InstanceLifecycleEvent

that although InstanceLifecycleEvent inherits Serializable interface from EventObject, it is not ... Since: JDO 2.0 Method inherited from class java.util.EventObject getSource , toString Method inherited

javax.jdo.JDODataStoreException

. Since: JDO 1.0 Method inherited from class javax.jdo.JDOException getCause , getFailedObject ... inherited from class java.lang.Throwable addSuppressed , fillInStackTrace , getCause ... , printStackTrace , setStackTrace , toString Method inherited from class java.lang.Object equals

javax.jdo.annotations.SequenceStrategy

with the specified name NullPointerException - if the argument is null Method inherited from class java ... , ordinal , toString , valueOf Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.annotations.NullValue

inherited from class java.lang.Enum compareTo , compareTo , describeConstable , equals , getDeclaringClass , hashCode , name , ordinal , toString , valueOf Method inherited from class java.lang

javax.jdo.annotations.PersistenceModifier

- if the argument is null Method inherited from class java.lang.Enum compareTo , compareTo , describeConstable , equals , getDeclaringClass , hashCode , name , ordinal , toString , valueOf Method inherited

javax.jdo.annotations.VersionStrategy

Method inherited from class java.lang.Enum compareTo , compareTo , describeConstable , equals , getDeclaringClass , hashCode , name , ordinal , toString , valueOf Method inherited from class java.lang

javax.jdo.annotations.IdentityType

with the specified name NullPointerException - if the argument is null Method inherited from class java.lang.Enum ... , toString , valueOf Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.JDOException

: the String . Since: JDO 1.0 Method inherited from class java.lang.Throwable addSuppressed ... , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString Method inherited from

javax.jdo.annotations.ForeignKeyAction

NullPointerException - if the argument is null Method inherited from class java.lang.Enum compareTo , compareTo ... inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.annotations.IdGeneratorStrategy

with the specified name NullPointerException - if the argument is null Method inherited from class ... , name , ordinal , toString , valueOf Method inherited from class java.lang.Object equals , getClass

javax.jdo.annotations.DiscriminatorStrategy

- if the argument is null Method inherited from class java.lang.Enum compareTo , compareTo , describeConstable , equals , getDeclaringClass , hashCode , name , ordinal , toString , valueOf Method inherited from class

javax.jdo.spi.RegisterClassEvent

: the persistence-capable class. Since: JDO 1.0 Method inherited from class java.util.EventObject getSource , toString Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.ObjectState

is null Method inherited from class java.lang.Enum compareTo , compareTo , describeConstable , equals , getDeclaringClass , hashCode , name , ordinal , toString , valueOf Method inherited from class

javax.jdo.annotations.PersistenceCapable.members

JDO Annotation Attribute in javax.jdo.annotations.PersistenceCapable Persistent [] members default {} Member declarations. Annotations for persistent members of this class or interface can be specifed either here or on each member. Annotations for inherited members can only be specified here. Since: JDO 2.1

javax.jdo.annotations.PersistenceCapable

of this class or interface can be specifed either here or on each member. Annotations for inherited members

javax.jdo.PersistenceManagerFactory

with a PersistenceManagerFactory that uses TransactionType RESOURCE_LOCAL, the proxy uses an inheritable ThreadLocal

PersistenceManagerFactory.getPersistenceManagerProxy() - JDO Method

that uses TransactionType RESOURCE_LOCAL, the proxy uses an inheritable ThreadLocal to bind

javax.jdo.datastore.DataStoreCache$EmptyDataStoreCache

;Class pcClass) Since: JDO 2.0 Method inherited from class java.lang.Object equals , getClass