Internal Website Search
1-10 of 200 resultsRefreshJPA Metamodel API Attributes The following interfaces and enum types represent attributes (persistent fields and properties) in the JPA Metamodel API: See the Metamodel Attribute Interface Hierarchy section for more details and examples. | |
JPA Metamodel API to as attributes ). For example: // Get all the attributes - including inherited: Set attributes1 = managedType. getAttributes (); // Get all the attributes - excluding inherited: Set attributes2 = managedType. getDeclaredAttributes (); // Get a specific attribute - including inherited: Attribute | |
Database Management Settings attribute specifies the initial size of every new database file. The resize attribute specifies ... resize operations might cause fragmentation of the database file). The page attribute specifies the size ... the database. The element specifies the recovery file settings: The enabled attribute (whose value | |
javax.persistence.metamodel.Attribute JPA Interface Attribute Type Parameters: - The represented type that contains the attribute - The type of the represented attribute Represents an attribute of a Java type. Since: JPA 2.0 Public ... which the attribute was declared. Return: declaring type Since: JPA 2.0 Member getJavaMember () Return the java | |
javax.persistence.metamodel.Attribute | |
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 ... of the entity graph. Subclass subgraphs will automatically include the specified attributes of superclass | |
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 ... attributes of superclass subgraphs Parameters: attribute - attribute type - entity subclass Return | |
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 ... that include related managed types. Subclass subgraphs will include the specified attributes | |
[ODB1] Chapter 8 - ObjectDB Server lists all the registered users. The element All attributes and sub elements shown in the above element are required. The port attribute specifies the TPC port on which the server will be listening ... string (as explained in section 5.1 ) when connecting to the database. The reload attribute specifies | |
[ODB1] Chapter 4 - JDO Metadata elements. Both and elements have a required name attribute . The metadata above defines class A (in ... name attribute , a element can have one or more of the following optional attributes : persistence-capable-superclass The persistence-capable-superclass attribute usually specifies the direct super |