Internal Website Search

101-150 of 195 results

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

When using inheritance throw exception java.lang.NoSuchFieldError: __odbTracker on NetBeans 7.3 ... ) if remove the inheritance works fine. On GlassFish 3.1 with inheritance also works fine. Why "person ... and Person works well, because inherit from the same super class. Please check if rebuilding the project

javax.persistence.QueryTimeoutException

. Return: the query. Since: JPA 2.0 Method inherited from class java.lang.Throwable addSuppressed ... inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.persistence.FlushModeType

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

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

javax.persistence.ValidationMode

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

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

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

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

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

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

has no constant 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.persistence.GenerationType

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

javax.persistence.EntityExistsException

cause. Parameters: cause the - cause. Since: JPA 1.0 Method inherited from class java.lang ... , toString Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

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.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.metamodel.Type$PersistenceType

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

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

javax.persistence.Persistence

2.0 Method inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

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

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

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

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

javax.jdo.JDOHelper

inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

javax.jdo.annotations.Discriminator

JDO Annotation Discriminator Target: ElementType.TYPE Implemented Interfaces: Annotation Annotation for the discriminator of the class. Corresponds to the xml element "discriminator" of the " inheritance " element. Since: JDO 2.1 Public Annotation Attributes String column default "" Name

javax.jdo.spi.I18NHelper

bound to the bundle Since: JDO 1.0 Method inherited from class java.lang.Object equals , getClass

javax.jdo.spi.JDOImplHelper

inherited from class java.lang.Object equals , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait

PersistenceManager.getObjectById(oid,validate) - JDO Method

the data store, if required to determine the exact class. This will be the case of inheritance

javax.jdo.identity.SingleFieldIdentity

;out) Write to the output stream. Parameters: out - the stream Since: JDO 1.0 Method inherited from class

javax.jdo.PersistenceManager

. This will be the case of inheritance , where multiple PersistenceCapable classes share the same ObjectId