ObjectDB Database Search

101-150 of 200 results

javax.jdo.annotations.Element.serialized

JDO Annotation Attribute in javax.jdo. annotations .Element String serialized default "" Whether the element is to be stored serialized (into a join table) Since: JDO 2.1

javax.jdo.annotations.Element.embedded

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

javax.jdo.annotations.Element.embeddedMapping

JDO Annotation Attribute in javax.jdo. annotations .Element Embedded [] embeddedMapping default {} The embedded mapping for the element. Since: JDO 2.1

javax.jdo.annotations.Element.dependent

JDO Annotation Attribute in javax.jdo. annotations .Element String dependent default "" Whether the element is dependent on the owner, and will be deleted when the owner is deleted. Since: JDO 2.1

javax.jdo.annotations.Element.table

JDO Annotation Attribute in javax.jdo. annotations .Element String table default "" Name of the table for the element. Since: JDO 2.1

javax.jdo.annotations.Element.column

JDO Annotation Attribute in javax.jdo. annotations .Element String column default "" Name of the column to store the element in. Since: JDO 2.1

javax.jdo.annotations.Element.deleteAction

JDO Annotation Attribute in javax.jdo. annotations .Element ForeignKeyAction deleteAction default ForeignKeyAction.UNSPECIFIED Delete action to apply to any foreign key for the element. Since: JDO 2.1

javax.jdo.annotations.Element.updateAction

JDO Annotation Attribute in javax.jdo. annotations .Element ForeignKeyAction updateAction default ForeignKeyAction.UNSPECIFIED Update action to apply to any foreign key for the element Since: JDO 2.1

javax.jdo.annotations.Element.indexed

JDO Annotation Attribute in javax.jdo. annotations .Element String indexed default "" Whether the value column(s) should be indexed. Since: JDO 2.1

javax.jdo.annotations.Element.index

JDO Annotation Attribute in javax.jdo. annotations .Element String index default "" The name of the index to generate. Since: JDO 2.1

javax.jdo.annotations.Element.unique

JDO Annotation Attribute in javax.jdo. annotations .Element String unique default "" Whether a unique constraint should be generated or assumed. Since: JDO 2.1

javax.jdo.annotations.Element.uniqueKey

JDO Annotation Attribute in javax.jdo. annotations .Element String uniqueKey default "" The name of the unique key constraint to generate. 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.Element.columns

JDO Annotation Attribute in javax.jdo. annotations .Element Column [] columns default {} The column(s) for the element. Since: JDO 2.1

javax.jdo.annotations.Element.generateForeignKey

JDO Annotation Attribute in javax.jdo. annotations .Element String generateForeignKey default "" Generate or assume a foreign key constraint exists on the column or columns associated with this join. Specify "true" or "false". Since: JDO 2.1

javax.jdo.annotations.Element.foreignKey

JDO Annotation Attribute in javax.jdo. annotations .Element String foreignKey default "" Name for a generated foreign key constraint. Since: JDO 2.1

javax.jdo.annotations.Element.extensions

JDO Annotation Attribute in javax.jdo. annotations .Element Extension [] extensions default {} Vendor extensions. 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.Embedded.nullIndicatorColumn

JDO Annotation Attribute in javax.jdo. annotations .Embedded String nullIndicatorColumn default "" The column in the embedded object used to judge if the embedded object is null. Since: JDO 2.1

javax.jdo.annotations.Embedded.nullIndicatorValue

JDO Annotation Attribute in javax.jdo. annotations .Embedded String nullIndicatorValue default "" The value in the null column to interpret the object as being null. Since: JDO 2.1

javax.jdo.annotations.Embedded.members

JDO Annotation Attribute in javax.jdo. annotations .Embedded Persistent [] members default {} Members for this embedding. Since: JDO 2.1

javax.jdo.annotations.Extension.vendorName

JDO Annotation Attribute in javax.jdo. annotations .Extension String vendorName default null Vendor that the extension applies to (required). Since: JDO 2.1

javax.jdo.annotations.Extension.key

JDO Annotation Attribute in javax.jdo. annotations .Extension String key default null The key for the extension (required). Since: JDO 2.1

javax.jdo.annotations.Extension.value

JDO Annotation Attribute in javax.jdo. annotations .Extension String value default null The value for the extension (required). Since: JDO 2.1

javax.jdo.annotations.Extensions.value

JDO Annotation Attribute in javax.jdo. annotations .Extensions Extension [] value default null The extensions. Since: JDO 2.1

javax.jdo.annotations.FetchGroup.name

JDO Annotation Attribute in javax.jdo. annotations .FetchGroup String name default "" Name of the fetch group. Since: JDO 2.1

javax.jdo.annotations.FetchGroup.postLoad

JDO Annotation Attribute in javax.jdo. annotations .FetchGroup String postLoad default "" Whether we should load this group as part of the post load process. Since: JDO 2.1

javax.jdo.annotations.FetchGroup.members

JDO Annotation Attribute in javax.jdo. annotations .FetchGroup Persistent [] members default null Members (fields and properties) of the fetch group. The members should contain only name and recursionDepth. Since: JDO 2.1

javax.jdo.annotations.FetchGroup.fetchGroups

JDO Annotation Attribute in javax.jdo. annotations .FetchGroup String[] fetchGroups default {} Fetch groups to be nested (included) in this fetch group. Since: JDO 2.1

javax.jdo.annotations.FetchGroups.value

JDO Annotation Attribute in javax.jdo. annotations .FetchGroups FetchGroup[] value default null The Fetch Groups Since: JDO 2.1

javax.jdo.annotations.FetchPlan.name

JDO Annotation Attribute in javax.jdo. annotations .FetchPlan String name default "" Name of the fetch plan. Since: JDO 2.1

javax.jdo.annotations.FetchPlan.fetchGroups

JDO Annotation Attribute in javax.jdo. annotations .FetchPlan String[] fetchGroups default {} The fetch groups in this fetch plan. Since: JDO 2.1

javax.jdo.annotations.FetchPlan.maxFetchDepth

JDO Annotation Attribute in javax.jdo. annotations .FetchPlan int maxFetchDepth default 1 The depth of references to instantiate, starting with the root object. Since: JDO 2.1

javax.jdo.annotations.FetchPlan.fetchSize

JDO Annotation Attribute in javax.jdo. annotations .FetchPlan int fetchSize default 0 The number of instances of multi-valued fields retrieved by queries. Since: JDO 2.1

javax.jdo.annotations.FetchPlans.value

JDO Annotation Attribute in javax.jdo. annotations .FetchPlans FetchPlan[] value default null The Fetch Plans Since: JDO 2.1

javax.jdo.annotations.ForeignKey.name

JDO Annotation Attribute in javax.jdo. annotations .ForeignKey String name default "" Name of the foreign key. Since: JDO 2.1

javax.jdo.annotations.ForeignKey.deferred

JDO Annotation Attribute in javax.jdo. annotations .ForeignKey String deferred default "" Whether this foreign key is deferred (constraint is checked only at commit). Since: JDO 2.1

javax.jdo.annotations.ForeignKey.unique

JDO Annotation Attribute in javax.jdo. annotations .ForeignKey String unique default "" Whether this foreign key is unique. Since: JDO 2.1

javax.jdo.annotations.ForeignKey.deleteAction

JDO Annotation Attribute in javax.jdo. annotations .ForeignKey ForeignKeyAction deleteAction default ForeignKeyAction.RESTRICT The delete action of this foreign key. Since: JDO 2.1

javax.jdo.annotations.ForeignKey.updateAction

JDO Annotation Attribute in javax.jdo. annotations .ForeignKey ForeignKeyAction updateAction default ForeignKeyAction.RESTRICT The update action of this foreign key. Since: JDO 2.1

javax.jdo.annotations.ForeignKey.members

JDO Annotation Attribute in javax.jdo. annotations .ForeignKey String[] members default {} Member (field and property) names that compose this foreign key. Since: JDO 2.1

javax.jdo.annotations.ForeignKey.columns

JDO Annotation Attribute in javax.jdo. annotations .ForeignKey Column [] columns default {} Columns that compose this foreign key. Since: JDO 2.1

javax.jdo.annotations.ForeignKeys.value

JDO Annotation Attribute in javax.jdo. annotations .ForeignKeys ForeignKey [] value default null The foreign keys. Since: JDO 2.1

javax.jdo.annotations.Index.name

JDO Annotation Attribute in javax.jdo. annotations .Index String name default "" Name of the index Since: JDO 2.1

javax.jdo.annotations.Index.unique

JDO Annotation Attribute in javax.jdo. annotations .Index String unique default "" Whether this index is unique Since: JDO 2.1

javax.jdo.annotations.Index.members

JDO Annotation Attribute in javax.jdo. annotations .Index String[] members default {} Member (field and property) names that compose this index. Since: JDO 2.1

javax.jdo.annotations.Index.columns

JDO Annotation Attribute in javax.jdo. annotations .Index Column [] columns default {} Columns that compose this index. Since: JDO 2.1

javax.jdo.annotations.Indices.value

JDO Annotation Attribute in javax.jdo. annotations .Indices Index [] value default null The indices 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.Inheritance.customStrategy

JDO Annotation Attribute in javax.jdo. annotations .Inheritance String customStrategy default "" Custom inheritance strategy. If customStrategy is non-empty, then strategy must be UNSPECIFIED. Since: JDO 2.1