ObjectDB Database Search
51-100 of 200 resultsEntityManager.createNamedStoredProcedureQuery(name) - JPA Method createNamedStoredProcedureQuery ( String name ) Create an instance of StoredProcedureQuery for executing ... of type Object[] . Parameters: name - name assigned to the stored procedure query in metadata Return: the new stored procedure query instance Throws: IllegalArgumentException - if no query has been defined with the given name Since: JPA 2.1 | |
AnnotationAttrRef jakarta.persistence.TableGenerator.name JPA Annotation Attribute in jakarta.persistence.TableGenerator String name default "" (optional) A unique generator name that can be referenced by one or more classes to be the generator for id values. Defaults to the name of the entity when the annotation occurs on an entity class or primary key attribute. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.AssociationOverride.name JPA Annotation Attribute in jakarta.persistence.AssociationOverride String name default null (Required) The name of the relationship property whose mapping is being overridden if property-based access is being used, or the name of the relationship field if field-based access is used. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.CheckConstraint.name JPA Annotation Attribute in jakarta.persistence.CheckConstraint String name default "" (Optional) The name of the constraint. Defaults to a provider-generated name . Since: JPA 3.2 | |
AnnotationAttrRef jakarta.persistence.JoinTable.name JPA Annotation Attribute in jakarta.persistence.JoinTable String name default "" (Optional) The name of the join table. Defaults to the concatenated names of the two associated primary entity tables, separated by an underscore. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.MapKeyJoinColumn.name JPA Annotation Attribute in jakarta.persistence.MapKeyJoinColumn String name default "" (Optional) The name of the foreign key column for the map key. The table in which it is found depends ... (only applies if a single join column is used.) The concatenation of the following: the name | |
AnnotationAttrRef jakarta.persistence.Table.name JPA Annotation Attribute in jakarta.persistence.Table String name default "" (Optional) The name of the table. Defaults to the entity name . Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.MapKey.name JPA Annotation Attribute in jakarta.persistence.MapKey String name default "" (Optional) The name of the persistent field or property of the associated entity that is used as the map key. Default: If the name element is not specified, the primary key of the associated entity is used as the map key | |
AnnotationAttrRef jakarta.persistence.MapKeyColumn.name JPA Annotation Attribute in jakarta.persistence.MapKeyColumn String name default "" (Optional) The name of the map key column. The table in which it is found depends upon the context. If the map key ... that is the value of the map. Defaults to the concatenation of the following: the name of the referencing | |
AnnotationAttrRef jakarta.persistence.SequenceGenerator.name JPA Annotation Attribute in jakarta.persistence.SequenceGenerator String name default "" (Optional) A unique generator name that can be referenced by one or more classes to be the generator for primary key values. Defaults to the name of the entity when the annotation occurs on an entity class or primary key attribute. Since: JPA 1.0 | |
PersistenceConfiguration.property(name,value) - JPA Method JPA Method in jakarta.persistence.PersistenceConfiguration PersistenceConfiguration property ( String name , Object value ) Set a property of this persistence unit. Parameters: name - the property name value - the property value Return: this configuration Since: JPA 3.2 | |
PersistenceConfiguration.PersistenceConfiguration(name) - JPA Constructor JPA Constructor in jakarta.persistence.PersistenceConfiguration PersistenceConfiguration ( String name ) Create a new empty configuration. An empty configuration does not typically hold enough information for successful invocation of () . Parameters: name - the name | |
PersistenceConfiguration.name() - JPA Method JPA Method in jakarta.persistence.PersistenceConfiguration String name () The name of the persistence unit, which may be used by the persistence provider for logging and error reporting. Return: the name of the persistence unit. Since: JPA 3.2 | |
AnnotationAttrRef jakarta.persistence.OrderColumn.name JPA Annotation Attribute in jakarta.persistence.OrderColumn String name default "" (Optional) The name of the ordering column. Defaults to the concatenation of the name of the referencing property or field; " _ "; " ORDER ". Since: JPA 2.0 | |
AnnotationAttrRef jakarta.persistence.Column.name JPA Annotation Attribute in jakarta.persistence.Column String name default "" (Optional) The name of the column. Defaults to the property or field name . Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.ForeignKey.name JPA Annotation Attribute in jakarta.persistence.ForeignKey String name default "" (Optional) The name of the foreign key constraint. Defaults to a provider-generated name . Since: JPA 2.1 | |
AnnotationAttrRef jakarta.persistence.AttributeOverride.name JPA Annotation Attribute in jakarta.persistence.AttributeOverride String name default null (Required) The name of the property whose mapping is being overridden if property-based access is being used, or the name of the field if field-based access is used. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.StoredProcedureParameter.name JPA Annotation Attribute in jakarta.persistence.StoredProcedureParameter String name default "" The name of the parameter as defined by the stored procedure in the database. If a name is not specified, it is assumed that the stored procedure uses positional parameters. Since: JPA 2.1 | |
AnnotationAttrRef jakarta.persistence.UniqueConstraint.name JPA Annotation Attribute in jakarta.persistence.UniqueConstraint String name default "" (Optional) The name of the constraint. Defaults to a provider-generated name . Since: JPA 2.0 | |
CriteriaBuilder.function(name,type,args) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaBuilder Expression function ( String name , Class type, Expression ... args ) Create an expression for the execution of a database function. Parameters: name - function name type | |
AnnotationAttrRef jakarta.persistence.Index.name JPA Annotation Attribute in jakarta.persistence.Index String name default "" (Optional) The name of the index. Defaults to a provider-generated name . Since: JPA 2.1 | |
AnnotationAttrRef jakarta.persistence.NamedStoredProcedureQuery.name JPA Annotation Attribute in jakarta.persistence.NamedStoredProcedureQuery String name default null The name used to refer to the query with the EntityManager methods that create stored procedure query objects. Since: JPA 2.1 | |
AnnotationAttrRef jakarta.persistence.NamedQuery.name JPA Annotation Attribute in jakarta.persistence.NamedQuery String name default null (Required) The name used to identify the query in calls to EntityManager.createNamedQuery . Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.PersistenceProperty.name JPA Annotation Attribute in jakarta.persistence.PersistenceProperty String name default null The name of the property Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.PersistenceUnit.name JPA Annotation Attribute in jakarta.persistence.PersistenceUnit String name default "" (Optional) The name by which the entity manager factory is to be accessed in the environment referencing context; not needed when dependency injection is used. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.NamedNativeQuery.name JPA Annotation Attribute in jakarta.persistence.NamedNativeQuery String name default null The name used to identify the query in calls to EntityManager.createNamedQuery . Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.NamedSubgraph.name JPA Annotation Attribute in jakarta.persistence.NamedSubgraph String name default null (Required) The name of the subgraph as referenced from a NamedAttributeNode element. Since: JPA 2.1 | |
PersistenceConfiguration.mappingFile(name) - JPA Method JPA Method in jakarta.persistence.PersistenceConfiguration PersistenceConfiguration mappingFile ( String name ) Add the path of an XML mapping file loaded as a resource to the configuration. Parameters: name - the resource path of the mapping file Return: this configuration Since: JPA 3.2 | |
AnnotationAttrRef jakarta.persistence.PersistenceContext.name JPA Annotation Attribute in jakarta.persistence.PersistenceContext String name default "" (Optional) The name by which the entity manager is to be accessed in the environment referencing context; not needed when dependency injection is used. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.SecondaryTable.name JPA Annotation Attribute in jakarta.persistence.SecondaryTable String name default null (Required) The name of the table. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.ColumnResult.name JPA Annotation Attribute in jakarta.persistence.ColumnResult String name default null (Required) The name of a column in the SELECT clause of a SQL query Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.QueryHint.name JPA Annotation Attribute in jakarta.persistence.QueryHint String name default null Name of the hint. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.DiscriminatorColumn.name JPA Annotation Attribute in jakarta.persistence.DiscriminatorColumn String name default "DTYPE" (Optional) The name of column to be used for the discriminator. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.FieldResult.name JPA Annotation Attribute in jakarta.persistence.FieldResult String name default null Name of the persistent field or property of the class. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.SqlResultSetMapping.name JPA Annotation Attribute in jakarta.persistence.SqlResultSetMapping String name default null The name given to the result set mapping, and used to refer to it in the methods of the Query and StoredProcedureQuery APIs. Since: JPA 1.0 | |
Selection | |
Database Connection using JPA an argument a name of a persistence unit . As an extension, ObjectDB enables specifying a database URL (or ... a persistence unit name . To use ObjectDB embedded directly in your application (embedded mode ... name extension is odb or objectdb and required for other file name extensions (e.g.  | |
Paths and Types in JPQL and Criteria API. For example, c.capital. name is a nested path expression that continues from the Capital entity object to its name field. A path expression can be extended further only if its type is also a user defined ... class must contain a persistent field (or property) with a matching name . The path expression | |
Literals in JPQL and Criteria Queries the ordinary Java syntax for enum values, but the fully qualified name of the enum type ... to enable selective retrieval by type . In JPQL an entity type literal is written simply as the name ... that the name of the entity class is not enclosed in quotes (because type literals are not string literals). By | |
JPA Entity Fields { String name ; @ManyToOne Department department; } @Entity public class Department { @OneToMany ... annotation: @Entity public class Department { @OneToMany ( mappedBy ="department") @OrderBy (" name ... of the following query: SELECT e FROM Employee e WHERE e.department = :d ORDER BY e. name The specified field | |
Database Transaction Replayer directory whose name is the name of the database file with the odr (ObjectDB Recording) suffix. By ... directory contains two types of files: Backup files - with names of the form .odb Recording files - with names of the form .odr A backup file is an ordinary ObjectDB database file that reflects the state | |
Step 2: Entity Class and Persistence Unit , enter src/main/java as Folder Name and click Finish . Open the [New Java Class] dialog box, e.g. by ... ; New Class . Enter guest as the package name - use exactly that case sensitive package name . Enter Guest as the class name - use exactly that case sensitive class name . Click | |
Step 2: Entity Class and Persistence Unit) and selecting New Class . Enter guest as the package name - use exactly that case sensitive package name . Enter Guest as the class name - use exactly that case sensitive class name . Click Finish to create the new class. A new class that should represent Guest | |
Step 2: Entity Class and Persistence Unit Guest as the class name - use exactly that case sensitive class name . Enter guest as the package name - use exactly that case sensitive package name . Click Next to create the new entity class. In ... name ; private Date signingDate; // Constructors: public Guest() { } public Guest(String name | |
Step 2: Entity Class and Persistence Unit Next ). Enter Guest as the class name - use exactly that case sensitive class name . Enter guest as the package name - use exactly that case sensitive package name . Click Next to create the new ... name ; private Date signingDate; // Constructors: public Guest() { } public Guest(String name | |
Step 2: Define a JPA Entity Class) and selecting New Class . Enter guest as the package name - use exactly that case sensitive package name . Enter Guest as the class name - use exactly that case sensitive class name . Click Finish ... String name ; private Date signingDate; // Constructors: public Guest() { } public Guest(String name | |
Step 2: Define a JPA Entity Class) and selecting New Java Class ... Enter Guest as the class name - use exactly that case sensitive class name . Enter guest as the package name - use exactly that case sensitive package name . Click Finish ... @GeneratedValue Long id; private String name ; private Date signingDate; // Constructors: public | |
Step 4: Add a Controller Class) and selecting New Class . The package name should be guest . Enter GuestController as the class name - use exactly that case sensitive class name . Click Finish to create ... name = request.getParameter(" name "); if ( name != null) guestDao.persist(new Guest( name | |
Step 4: Add a Servlet Class ... Enter GuestServlet as the class name - use exactly that case sensitive class name . The Java package name should be guest. Click Finish to create the new servlet class. Now replace the content ... .http.HttpServletResponse; @WebServlet( name ="GuestServlet", urlPatterns={"/guest"}) public class | |
Step 4: Add a Servlet Class; New Other... Web Servlet and clicking Next . The Java package name should be guest. Enter GuestServlet as the class name - use exactly that case sensitive class name . Click Finish to create ... .http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet( name |