ObjectDB Database Search

151-200 of 200 results

Eclipse plugin problem (using ObjectDB as a separate bundle)

; Here is my scenario (Groovy 1.8 and Eclipse 3 .6) used. I have a com.epimss.lab.data.toxicology ... Project"   3 . In the window that appears, click the "Investigations" Menu ... - all fields are mandatory. 4. Afte 3 , any selection will enable the "Finish" button. Clicking

Drop the entire database, Change the schema

;drop as a url parameter:     EntityManagerFactory emf =      ... ; On the other hand the URL would work just as well for me and is in some senses clearer and more transparent... I ... database file by adding ;drop to the url :     EntityManagerFactory emf

Failover from Master to Slave

to the replicated database by changing connection url , i.e. by connecting to the replicated database using its own url . In that case, the new connection is an ordinary connection that is not limited to read ... to the replicated database url , switching the master and slave roles (in order to replicate changes in

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

to try the second URL in the list: objectdb://10.9.2.15:9998//10.9.2.15:9999/test.odb;user=admin ... 11:49:08 - 2013-05-08 11:49:27] - 10 (0, 0) (1, 1) (2, 2) ( 3 , 3 ) (4, 4) (5, 5) (6, 6) Total Points ... :49:08 - 2013-05-08 11:49:29] - 11 (0, 0) (1, 1) (2, 2) ( 3 , 3 ) (4, 4) (5, 5) (6, 6) Total Points

virtual servers and one file

drop. ObjectDB 2.x does use RandomAccessFile . ObjectDB 3 .0, which is currently under development ... . This server runs virtualized on ESXi 7.03, the server host itself has 2 CPUs each with 16 cores a 2. 3 Ghz ... you would expect. However, as soon as more than 3 people are working at the same time, database queries

Externalising persistence.xml properties in Glassfish?

the URL for the database. You see I'm trying to create a 'server' and be able to have the datasource 'javax.persistence.jdbc. url ' be supplied by the server. Currently, I'm doing all sorts of tricks ... with the url and another one with the creadentials. If i recall correctly the application should be able

Master database switching to read-only mode, possibly caused by slave failure

during 3 minutes between 13:22:43 and 13:25:43 returned at 13:25:44 with Exception: [ObjectDB 2. 3 .7_08 ... ? In that case, if you use a combined master/slave url requests to the master all the requests ... ;would see the failure straight away.  In that case, if you use a combined master/slave url requests

How to have a distribuited GWT application with ObjectDB and Spring?

faculty. It consists in 2 or 3 hosts running it, each of one has a client and a server and it is designed for a company renting cars which has 2 or 3 different points in a town. So each point of renting ... the other remote databases via URL ...I would need some explanation on how to do it, or a simple guid. Can you help

jakarta.persistence.criteria.CriteriaQuery

) 3 .2 boolean isDistinct () Return whether duplicate query results must be eliminated or retained ... more restriction predicates Returns: the modified query. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.CheckConstraint

is in effect. See Also: Table.check() Column.check() Since: Jakarta Persistence (JPA) 3 .2 Annotation ... ) 3 .2 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang.annotation

combined index not used

.properties.doubleValue FROM Action a WHERE a.type = 0 and a.subType = 3 and a.state = 3 and a.endDate = ?1 ... . [Step 1d] Filter the results of step 1c retaining only results that satisfy: (a.state= 3 ). [Step 1e] Filter the results of step 1d retaining only results that satisfy: (a.subType= 3 ). [Step 1f] Filter

jakarta.persistence.PersistenceUnitTransactionType

via the EntityTransaction interface. Since: Jakarta Persistence (JPA) 3 .2 Enum Constants JTA

jakarta.persistence.Index

: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang.annotation

jakarta.persistence.ForeignKey

Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang

jakarta.persistence.LockOption

. See Also: LockModeType PessimisticLockScope Timeout EntityManager.lock(Object, LockModeType, LockOption...) Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.MapKeyColumn

. May not be used in conjunction with columnDefinition . Default: "" Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.MapKeyClass

; ... } Example 3 : @Entity public class Company { @Id int id; ... @OneToMany(targetEntity = com

jakarta.persistence.ManyToMany

, mappedBy = "phones") public Set getCustomers() { return customers; } Example 3 : // In Customer class

jakarta.persistence.Convert

; } Example 3 : Disable conversion in the presence of an autoapply converter @Convert

jakarta.persistence.ConnectionConsumer

EntityManager.runWithConnection(ConnectionConsumer) Since: Jakarta Persistence (JPA) 3 .2 Public Instance

jakarta.persistence.ConnectionFunction

EntityManager.callWithConnection(ConnectionFunction) Since: Jakarta Persistence (JPA) 3 .2 Public

jakarta.persistence.Embeddable

PhoneServiceProvider { @Id protected String name; ... } Example 3 : @Embeddable public class Address { protected

jakarta.persistence.DiscriminatorColumn

with columnDefinition . Default: "" Since: Jakarta Persistence (JPA) 3 .2 int length (Optional) The column length

jakarta.persistence.EntityResult

by the SQL query. Default: LockModeType.OPTIMISTIC Since: Jakarta Persistence (JPA) 3 .2 FieldResult

jakarta.persistence.FindOption

Timeout EntityManager.find(Class, Object, FindOption...) EntityManager.find(EntityGraph, Object, FindOption...) Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.EnumeratedValue

(JPA) 3 .2 Annotation Elements This is a marker annotation with no members/elements. Additional JDK

jakarta.persistence.criteria.Nulls

(Expression, Nulls) CriteriaBuilder.desc(Expression, Nulls) Since: Jakarta Persistence (JPA) 3 .2 Enum

jakarta.persistence.criteria.Order

: the precedence of null values . Since: Jakarta Persistence (JPA) 3 .2 boolean isAscending

jakarta.persistence.criteria.TemporalField

. See Also: LocalDateField LocalTimeField LocalDateTimeField CriteriaBuilder.extract(TemporalField, Expression) Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.metamodel.Metamodel

.persistence.Entity.name Since: Jakarta Persistence (JPA) 3 .2 EntityType entity ( Class cls ) Return

jakarta.persistence.UniqueConstraint

. Default: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang

jakarta.persistence.TypedQueryReference

) Since: Jakarta Persistence (JPA) 3 .2 Public Instance Methods Map getHints () A map keyed by hint name

jakarta.persistence.criteria.CriteriaSelect

Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.CriteriaSelect Type Parameters: - the type returned by the query Abstracts over top-level queries and unions and intersections of top-level queries. Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.criteria.LocalDateField

which can be extracted from a LocalDate . Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields DAY The calendar

jakarta.persistence.criteria.LocalTimeField

which can be extracted from a LocalTime . Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields HOUR The hour

jakarta.persistence.criteria.LocalDateTimeField

which can be extracted from a LocalDateTime . Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields DATE

jakarta.persistence.AttributeOverride

protected Address address; ... } Example 3 : @Entity public class PropertyRecord { @EmbeddedId protected

jakarta.persistence.CollectionTable

effect. Default: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang

jakarta.persistence.PrimaryKeyJoinColumn

with columnDefinition . Default: "" Since: Jakarta Persistence (JPA) 3 .2 ForeignKey foreignKey (Optional) Used

jakarta.persistence.SchemaValidationException

() Since: Jakarta Persistence (JPA) 3 .2 Public Constructors SchemaValidationException ( String message

jakarta.persistence.SchemaManager

.getSchemaManager() Since: Jakarta Persistence (JPA) 3 .2 Public Instance Methods void create

jakarta.persistence.RefreshOption

EntityManager.refresh(Object, RefreshOption...) Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.SequenceGenerator

to the generated DDL statement which creates this sequence. Default: "" Since: Jakarta Persistence (JPA) 3 .2

jakarta.persistence.Timeout

Persistence (JPA) 3 .2 Public Static Methods Timeout milliseconds ( int milliseconds ) Specify

jakarta.persistence.TableGenerator

to the generated DDL statement which creates this table. Default: "" Since: Jakarta Persistence (JPA) 3

jakarta.persistence.OrderColumn

. Default: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang

jakarta.persistence.Persistence

) 3 .2 void generateSchema ( String persistenceUnitName , Map map ) Create database schemas and/or

jakarta.persistence.OneToOne

Integer id; ... } Example 3 : One-to-one association from an embeddable class to another entity. @Entity

jakarta.persistence.OneToMany

customer; } Example 3 : Unidirectional One-to-Many association using a foreign key mapping // In

jakarta.persistence.OrderBy

= "students") @OrderBy // ordering by primary key is assumed public List getCourses() { ... } ... } Example 3