ObjectDB Database Search

51-100 of 183 results

CriteriaBuilder.isMember(elem,collection) - JPA Method

whether an element is a member of a collection. If the collection is empty, the predicate will be false. Parameters: elem - element expression collection - expression Return: is- member predicate Since: JPA 2.0

CriteriaBuilder.isMember(elem,collection) - JPA Method

whether an element is a member of a collection. If the collection is empty, the predicate will be false. Parameters: elem - element collection - expression Return: is- member predicate Since: JPA 2.0

CriteriaBuilder.isNotMember(elem,collection) - JPA Method

whether an element is not a member of a collection. If the collection is empty, the predicate will be true. Parameters: elem - element expression collection - expression Return: is-not- member predicate Since: JPA 2.0

CriteriaBuilder.isNotMember(elem,collection) - JPA Method

whether an element is not a member of a collection. If the collection is empty, the predicate will be true. Parameters: elem - element collection - expression Return: is-not- member predicate Since: JPA 2.0

javax.persistence.NamedAttributeNode

JPA Annotation NamedAttributeNode Implemented Interfaces: Annotation A NamedAttributeNode is a member element of a NamedEntityGraph . See Also: NamedEntityGraph NamedSubgraph Since: JPA 2.1 Public Annotation Attributes String keySubgraph default "" (Optional) If the attribute references a Map type

javax.persistence.NamedSubgraph

JPA Annotation NamedSubgraph Implemented Interfaces: Annotation A NamedSubgraph is a member element of a NamedEntityGraph . The NamedSubgraph is only referenced from within a NamedEntityGraph and can not be referenced independently. It is referenced by its name from a NamedAttributeNode element

Expression.in(values) - JPA Method

JPA Method in javax.persistence.criteria.Expression Predicate in (   Object... values ) Create a predicate to test whether the expression is a member of the argument list. Parameters: values - values to be tested against Return: predicate testing for membership Since: JPA 2.0

Expression.in(values) - JPA Method

JPA Method in javax.persistence.criteria.Expression Predicate in (    Expression ... values ) Create a predicate to test whether the expression is a member of the argument list. Parameters: values - expressions to be tested against Return: predicate testing for membership Since: JPA 2.0

Expression.in(values) - JPA Method

JPA Method in javax.persistence.criteria.Expression Predicate in (   Collection  values ) Create a predicate to test whether the expression is a member of the collection. Parameters: values - collection of values to be tested against Return: predicate testing for membership Since: JPA 2.0

Expression.in(values) - JPA Method

JPA Method in javax.persistence.criteria.Expression Predicate in (    Expression  values ) Create a predicate to test whether the expression is a member of the collection. Parameters: values - expression corresponding to collection to be tested against Return: predicate testing for membership Since: JPA 2.0

javax.jdo.annotations.FetchGroup

this fetch group. Since: JDO 2.1 Persistent [] members default null Members (fields and properties) of the fetch group. The members should contain only name and recursionDepth. Since: JDO 2.1 String name

javax.jdo.annotations.Order

: Annotation Annotation for the ordering component of an ordered container member , such as Java Collections ... for ordering the elements of the member . Since: JDO 2.1 Column [] columns default {} The definition ... property in the target class that acts as the ordering field or property for this member . Return

javax.jdo.annotations.Serialized

JDO Annotation Serialized Target: ElementType.FIELD, ElementType.METHOD Implemented Interfaces: Annotation Annotation on a member (field or property) to indicate that the member is stored serialized. Such a member cannot be queried using JDOQL. Corresponds to xml attribute "serialized" in "field

javax.jdo.FetchGroup.ALL

JDO Static Field in javax.jdo.FetchGroup ALL For use with addCategory and removeCategory calls. This category includes all members in the persistent type. Using this category also sets the fetch-depth for the members in the default fetch group. Since: JDO 2.2

javax.jdo.annotations.Element

of the member in the target class that forms a bidirectional relationship with this member . Since: JDO 2.1

javax.jdo.annotations.Element.mappedBy

JDO Annotation Attribute in javax.jdo.annotations.Element String mappedBy default "" Name of the member in the target class that forms a bidirectional relationship with this member . Since: JDO 2.1

javax.jdo.annotations.ForeignKey

ForeignKeyAction.RESTRICT The delete action of this foreign key. Since: JDO 2.1 String[] members default {} Member (field and property) names that compose this foreign key. Since: JDO 2.1 String name

javax.jdo.annotations.Index

[] columns default {} Columns that compose this index. Since: JDO 2.1 String[] members default {} Member (field and property) names that compose this index. Since: JDO 2.1 String name default "" Name

javax.jdo.annotations.NotPersistent

JDO Annotation NotPersistent Target: ElementType.FIELD, ElementType.METHOD Implemented Interfaces: Annotation Annotation to specify that the member is not persistent. If used, this is the only JDO annotation allowed on a member . This corresponds to the xml attribute persistence-modifier

javax.jdo.annotations.Persistent.primaryKey

JDO Annotation Attribute in javax.jdo.annotations.Persistent String primaryKey default "" Whether this member is part of the primary key for application identity. This is equivalent to specifying @PrimaryKey as a separate annotation on the member . Since: JDO 2.1

javax.jdo.annotations.Persistent.columns

JDO Annotation Attribute in javax.jdo.annotations.Persistent Column [] columns default {} Column definition(s) for this member . Used for mapping multiple columns to the same member , for example relationships with multiple column foreign keys. Since: JDO 2.1

javax.jdo.annotations.PrimaryKey

JDO Annotation PrimaryKey Target: ElementType.TYPE, ElementType.FIELD, ElementType.METHOD Implemented Interfaces: Annotation Annotation on a member to define it as a primary key member of a class or persistent interface using application identity. Also used to define the primary key columns

javax.jdo.annotations.Unique

. Since: JDO 2.1 String[] members default {} Member (field and property) names that compose this unique

javax.jdo.FetchGroup.RELATIONSHIP

JDO Static Field in javax.jdo.FetchGroup RELATIONSHIP For use with addCategory and removeCategory calls. This category includes members of all relationship types. Since: JDO 2.2

javax.jdo.FetchGroup.MULTIVALUED

JDO Static Field in javax.jdo.FetchGroup MULTIVALUED For use with addCategory and removeCategory calls. This category includes members of all multi-valued types, including Collection, array, and Map types of basic and relationship types. Since: JDO 2.2

javax.jdo.FetchGroup.BASIC

JDO Static Field in javax.jdo.FetchGroup BASIC For use with addCategory and removeCategory calls. This category includes members of all primitive and immutable object class types as defined in section 6.4 of the specification, including String, Locale, Currency, BigDecimal, and BigInteger; as

javax.jdo.PersistenceManager

it with no members . The FetchGroup immediately becomes active and in scope of the PersistenceManager, and hides

PersistenceManager.getFetchGroup(cls,name) - JDO Method

PersistenceManagerFactory , create it with no members . The FetchGroup immediately becomes active and in

javax.jdo.PersistenceManagerFactory

does not already exist, create it with no members . The FetchGroup does not become in scope

PersistenceManagerFactory.getFetchGroup(cls,name) - JDO Method

its definition to a new FetchGroup . If the FetchGroup does not already exist, create it with no members

javax.jdo.annotations.Column

"" Target member in the other class or interface for this column when part of a bidirectional relation. Since: JDO 2.1

javax.jdo.annotations.Column.targetMember

JDO Annotation Attribute in javax.jdo.annotations.Column String targetMember default "" Target member in the other class or interface for this column when part of a bidirectional relation. Since: JDO 2.1

javax.jdo.annotations.Embedded.ownerMember

JDO Annotation Attribute in javax.jdo.annotations.Embedded String ownerMember default "" The member in the embedded object that links back to the owning object where it has a bidirectional relationship. Since: JDO 2.1

javax.jdo.annotations.Inheritance

for inheritance. Specifies in which table(s) the members for the class are stored. Since: JDO 2.1

javax.jdo.annotations.Inheritance.strategy

JDO Annotation Attribute in javax.jdo.annotations.Inheritance InheritanceStrategy strategy default InheritanceStrategy.UNSPECIFIED Strategy to use for inheritance. Specifies in which table(s) the members for the class are stored. Since: JDO 2.1

javax.jdo.annotations.Key

. Since: JDO 2.1 String mappedBy default "" Name of a member in the value class where this key is stored

javax.jdo.annotations.Key.mappedBy

JDO Annotation Attribute in javax.jdo.annotations.Key String mappedBy default "" Name of a member in the value class where this key is stored. Since: JDO 2.1

javax.jdo.annotations.Order.column

JDO Annotation Attribute in javax.jdo.annotations.Order String column default "" The name of the column to use for ordering the elements of the member . Since: JDO 2.1

javax.jdo.annotations.Order.mappedBy

JDO Annotation Attribute in javax.jdo.annotations.Order String mappedBy default "" Name of a field or property in the target class that acts as the ordering field or property for this member . Return the name of the field or property in the target class Since: JDO 2.1

javax.jdo.annotations.Persistent.table

JDO Annotation Attribute in javax.jdo.annotations.Persistent String table default "" Table to use for persisting this member . Since: JDO 2.1

javax.jdo.annotations.Persistent.defaultFetchGroup

JDO Annotation Attribute in javax.jdo.annotations.Persistent String defaultFetchGroup default "" Whether this member is in the default fetch group. Since: JDO 2.1

javax.jdo.annotations.Persistent.nullValue

JDO Annotation Attribute in javax.jdo.annotations.Persistent NullValue nullValue default NullValue.NONE Behavior when this member contains a null value. Since: JDO 2.1

javax.jdo.annotations.Persistent.embedded

JDO Annotation Attribute in javax.jdo.annotations.Persistent String embedded default "" Whether this member is embedded. Since: JDO 2.1

javax.jdo.annotations.Persistent.embeddedElement

JDO Annotation Attribute in javax.jdo.annotations.Persistent String embeddedElement default "" Whether the elements of this member are embedded. Since: JDO 2.1

javax.jdo.annotations.Persistent.embeddedKey

JDO Annotation Attribute in javax.jdo.annotations.Persistent String embeddedKey default "" Whether the keys of this member are embedded. Since: JDO 2.1

javax.jdo.annotations.Persistent.embeddedValue

JDO Annotation Attribute in javax.jdo.annotations.Persistent String embeddedValue default "" Whether the values of this member are embedded. Since: JDO 2.1

javax.jdo.annotations.Persistent.serialized

JDO Annotation Attribute in javax.jdo.annotations.Persistent String serialized default "" Whether this member is serialized into a single column. Since: JDO 2.1

javax.jdo.annotations.Persistent.serializedElement

JDO Annotation Attribute in javax.jdo.annotations.Persistent String serializedElement default "" Whether the elements of this member are serialized. Since: JDO 2.1

javax.jdo.annotations.Persistent.serializedKey

JDO Annotation Attribute in javax.jdo.annotations.Persistent String serializedKey default "" Whether the keys of this member are serialized. Since: JDO 2.1

javax.jdo.annotations.Persistent.serializedValue

JDO Annotation Attribute in javax.jdo.annotations.Persistent String serializedValue default "" Whether the values of this member are serialized. Since: JDO 2.1