ObjectDB Database Search

51-100 of 159 results

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.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.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.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.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.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.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.CriteriaUpdate

have been specified. Return: where clause predicate Inherited from: CommonAbstractCriteria Since: JPA 2.1 ... ) 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.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.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.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.persistence.Convert.disableConversion

JPA Annotation Attribute in javax.persistence.Convert boolean disableConversion default false Used to disable an auto-apply or inherited converter. If disableConversion is true, the converter element should not be specified. Since: JPA 2.1

EntityGraph.addSubgraph(attribute,type) - JPA Method

JPA Method in javax.persistence.EntityGraph 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

EntityGraph.addSubgraph(attributeName,type) - JPA Method

JPA Method in javax.persistence.EntityGraph 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

EntityGraph.addKeySubgraph(attribute,type) - JPA Method

JPA Method in javax.persistence.EntityGraph 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

EntityGraph.addKeySubgraph(attributeName,type) - JPA Method

JPA Method in javax.persistence.EntityGraph 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

javax.persistence.InheritanceType

JPA Enum InheritanceType java.lang.Object ∟  java.lang.Enum ∟  javax.persistence.InheritanceType Defines inheritance strategy options. Since: JPA 1.0 Enum Constants JOINED A strategy in which fields that are specific to a subclass are mapped to a separate table than the fields

javax.persistence.PessimisticLockScope

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

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

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.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.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.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.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.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.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.JDOFatalUserException

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

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.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.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.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.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.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.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.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.spi.JDOPermission

for setStateManager permission checking. Since: JDO 1.0 Method inherited from class java.security.BasicPermission equals , getActions , hashCode , implies , newPermissionCollection Method inherited from ... , newPermissionCollection , toString Method inherited from class java.lang.Object equals , getClass

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.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.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.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.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.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.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.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.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