ObjectDB Database Search

51-100 of 200 results

Metamodel Attribute NOT EQUALS to same Attribute in a different EntityManager

Attribute from Metamodel initialized on @PostConstruct event IS NOT EQUALS of the same Attribute ... and the other on a @Controller @RequestMapping event, they return not equals Attributes using ... to Metamodel attributes that may solve this. support Support Very thank you my friend!  flavioreboucassantos Flávio Rebouças Santos

EnumConstRef jakarta.persistence.metamodel.Attribute$PersistentAttributeType.EMBEDDED

JPA Enum Constant in javax.persistence.metamodel. Attribute $PersistentAttributeType EMBEDDED Embeddable class attribute Since: JPA 2.0

Attribute.getJavaType() - JPA Method

JPA Method in jakarta.persistence.metamodel. Attribute Class getJavaType () Return the Java type of the represented attribute . Return: Java type Since: JPA 2.0

Attribute.getDeclaringType() - JPA Method

JPA Method in jakarta.persistence.metamodel. Attribute ManagedType getDeclaringType () Return the managed type representing the type in which the attribute was declared. Return: declaring type Since: JPA 2.0

Attribute.getName() - JPA Method

JPA Method in jakarta.persistence.metamodel. Attribute String getName () Return the name of the attribute . Return: name Since: JPA 2.0

EnumConstRef jakarta.persistence.metamodel.Attribute$PersistentAttributeType.MANY_TO_ONE

JPA Enum Constant in javax.persistence.metamodel. Attribute $PersistentAttributeType MANY_TO_ONE Many-to-one association Since: JPA 2.0

EnumConstRef jakarta.persistence.metamodel.Attribute$PersistentAttributeType.ONE_TO_MANY

JPA Enum Constant in javax.persistence.metamodel. Attribute $PersistentAttributeType ONE_TO_MANY One-to-many association Since: JPA 2.0

EnumConstRef jakarta.persistence.metamodel.Attribute$PersistentAttributeType.ELEMENT_COLLECTION

JPA Enum Constant in javax.persistence.metamodel. Attribute $PersistentAttributeType ELEMENT_COLLECTION Element collection Since: JPA 2.0

EnumConstRef jakarta.persistence.metamodel.Attribute$PersistentAttributeType.MANY_TO_MANY

JPA Enum Constant in javax.persistence.metamodel. Attribute $PersistentAttributeType MANY_TO_MANY Many-to-many association Since: JPA 2.0

EnumConstRef jakarta.persistence.metamodel.Attribute$PersistentAttributeType.ONE_TO_ONE

JPA Enum Constant in javax.persistence.metamodel. Attribute $PersistentAttributeType ONE_TO_ONE One-to-one association Since: JPA 2.0

Entity Management Settings

The element specifies enhancement related settings: The agent attribute (whose value is "true" or "false ... , supported only on selected JVMs. The reflection attribute specifies how non enhanced classes ... . The possible values of the reflection attribute represent different policies: "error" - all persistable

General Settings and Logging

: The path attribute specifies a directory in which the temporary files are generated. The $temp prefix ... a limit size that is specified by the threshold attribute . The mb and kb suffixes represent megabytes and kilobytes (respectively). The element The element has one attribute , inactivity-timeout

Schema Update

... ... A element has two roles: If the optional new-name attribute is specified, the package name is changed from the original name, which is specified by the required name attribute , to the new name ... -name attribute is specified, a element serves as a container of subelements for renaming classes

Server User List

and password attributes specify a username and a password that have to be provided when the user connects to the server. The optional ip attribute , if specified, restricts the user to connect to the server ... the range of 192.18.0.0 to 192.18.194.255 , as well as from 127.0.0.1 . The admin attribute (whose value

Index Definition

" is specified (the default is false ). The optional name attribute has no specific role ... on more than one persistent field. It is defined by specifying multiple fields in the members attribute ... explicitly in the members attribute , as shown above, the @Index or @Unique annotation can be attached

Apache License, Version 2.0, January 2004

, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices ... copy of the attribution notices contained within such NOTICE file, excluding those notices ... are for informational purposes only and do not modify the License. You may add Your own attribution notices

Server Configuration

specifies how clients can connect to the server: The port attribute specifies a TPC port ... when connecting to the database (as explained in the JPA Overview section in chapter 3). The max attribute ... connections limit. The element The element has one attribute , path , which specifies the location

Database Replication and Clustering

;  The  url   attribute of the element defines a master database. As demonstrated above, a full URL has to be specified including user and password attributes . The slave server uses ... the location of the master server on port 6000. Notice that the specified user and password attributes

Auto Generated Values

the allocationSize attribute . It is possible that some of the IDs in a given allocation will not be used ... difference is related to the initial value attribute . Whereas the SEQUENCE strategy maintains ... . The implication for the initialValue attribute is that if you want sequence numbers to start with 1 in the TABLE

Chapter 6 - Configuration

rules apply to all the relevant configuration elements and attributes : $objectdb , representing ... path attribute value in the configuration file. The mb and kb suffixes, representing megabytes and kilobytes (respectively), can be used in any size value attribute in the configuration file

SSL Configuration

contains the following element: The enabled attribute of the ssl element (whose value is "true" or ... the enabled attribute of the ssl  element has to be set to true . Every Keystore / Truststore file is represented by a separate child element with two required attributes : path , which specifies

InterfaceRef jakarta.persistence.EntityGraph

the attribute nodes and boundaries of a graph of entities and entity relationships. The root must be an entity type. The methods to add subgraphs implicitly create the corresponding attribute nodes as well; such attribute nodes should not be redundantly specified. See Also: AttributeNode Subgraph

InterfaceRef jakarta.persistence.Subgraph

JPA Interface Subgraph Type Parameters: - The type of the attribute . Super Interfaces: Graph This type represents a subgraph for an attribute node that corresponds to a managed type. Using ... NamedSubgraph Since: JPA 2.1 Public Methods AttributeNode addAttributeNode ( Attribute   attribute

InterfaceRef jakarta.persistence.Graph

Subgraph Since: JPA 3.2 Public Methods AttributeNode addAttributeNode ( Attribute   attribute ) Get an existing attribute node for the given attribute , or add a new attribute node if there is no existing node. Parameters: attribute - attribute Return: the attribute node Throws

InterfaceRef jakarta.persistence.metamodel.IdentifiableType

or mapped superclass type. Since: JPA 2.0 Public Methods Attribute getAttribute (String name) Return the attribute of the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Return: attribute with given name Throws

InterfaceRef jakarta.persistence.metamodel.EmbeddableType

Methods Attribute getAttribute (String name) Return the attribute of the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Return: attribute with given name Throws: IllegalArgumentException - if attribute of the given name is not present

InterfaceRef jakarta.persistence.metamodel.ManagedType

Public Methods Attribute getAttribute (String name) Return the attribute of the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Return: attribute with given name Throws: IllegalArgumentException - if attribute of the given name

Database Transaction Replayer

on a different physical device by setting the path attribute in the configuration . The recording

JPA Persistable Types

can be set explicitly by using the name attribute of the Entity annotation: @Entity ( name ="MyName

JPA Metamodel API

The JPA Metamodel API, which is introduced in JPA 2.0, enables examining the classes, fields and properties of the persistent object model, similarly to the Java reflection API. The main interface of the JPA Metamodel API is: Types (mainly classes) and attributes (persistent field and properties

Shared (L2) Entity Cache

configuration :       The level2 attribute determines the size

ObjectDB Object Database Features

ObjectDB provides a rich set of features. Many features are implemented as part of ObjectDB's support of the JPA and JDO APIs. Fundamental features of relational databases (e.g. primary keys, derived attributes , grouping queries and aggregate queries) which are usually missing from Object Oriented

JPA Persistence Unit

A persistence unit is defined by a persistence-unit XML element. The required name attribute ( “my-pu

Criteria Query From Elements

an attribute of a preceding variable in the FROM clause) are represented by the Join subinterface

ObjectDB Website - Terms and Conditions of Use

are under other licenses. See the Credits and Attributions page. 3. Disclaimer The materials on ObjectDB

InterfaceRef jakarta.persistence.criteria.From

of attributes belonging to the type. Since: JPA 2.0 Public Methods Fetch fetch ( PluralAttribute   attribute ) Create a fetch join to the specified collection-valued attribute using an inner join. Parameters: attribute - target of the join Return: the resulting join Inherited from: FetchParent Since: JPA 2.0

Step 4: Add a Servlet Class

is retrieved from the application scope attribute , and then an EntityManager (representing a database ... entity objects are retrieved from the database and stored in the request's "guest" attribute ... uses the "guest" attribute to generate the page output. Finally, the database connection (including

Step 4: Add a Servlet Class

on every http request: The EntityManagerFactory is retrieved from the application scope attribute ... and stored in the request's "guest" attribute . Then the processing is forwarded to the JSP page (which is presented in the next tutorial step). The JSP uses the "guest" attribute to generate the page output

Step 3: Add a Context Listener Class

it as an application scope attribute in the servlet context - when the web application starts ( contextInitialized ). Retrieves the EntityManagerFactory from the application scope attribute and closes

Step 4: Add a Servlet Class

from the database and stored in the request's "guest" attribute . Then the processing is forwarded to the JSP page (which is presented in the next tutorial step). The JSP uses the "guest" attribute

Step 3: Add a Context Listener Class

and creates an EntityManagerFactory instance and stores it as an application scope attribute in ... the EntityManagerFactory from the application scope attribute and closes the EntityManagerFactory and the database

Step 4: Add a Servlet Class

"guest" attribute . Then the processing is forwarded to the JSP page (which is presented in the next tutorial step). The JSP uses the "guest" attribute to generate the page output. Notice that operations

Step 5: Add a JSP Page

that have already signed (which are retrieved from the request's guestDao attribute that is set by

Step 4: Add a Controller Class

a request attribute (whose name is "guestDao" and its value is guestDao ). The next step is 

Step 5: Add a JSP Page

that have already signed (which are retrieved from the request's "guests" attribute that is set by the servlet in

Step 4: Add a Controller Class

( "guest.jsp" ) and passes the GuestDao component to the JSP as a request attribute (whose name

Step 5: Add a JSP Page

that have already signed (which are retrieved from the request's "guests" attribute that is set by the servlet in

Step 5: Add a JSP Page

from the request's "guests" attribute that is set by the servlet in the previous step). The next step

Step 5: Add a JSP Page

the request's  guestDao attribute that is set by the controller in the previous step

Step 5: Add a JSP Page

" attribute that is set by the servlet in the previous step). The next step (and the last one in this tutorial) is running the web application .