ObjectDB Database Search
51-100 of 200 resultsRemove not working the second time. I did not think this would be required because I had PersistenceManager.ignoreCache= false ... with invoking flush , if there are changes and ignoreCache is false . A for-each loop is actually ... should be FALSE ."); System.out.format("Test complete.%n"); } private static void openDatabase | |
General Performance Issues Illustrated with a Specific Method.person.phone1, " + "c.person.address " + ") " + " from Client c " + " where c.retired= false ... .retired= false and ( lower(c.phn)=:q or lower(c.person.localReferanceNo)=:q or lower(c.person.ssNumber ... .address ) from Client c where c.retired= false and ( lower(c.phn)=:q or lower(c.person | |
Type ... is not defined as an entity (@Entity is missing) (error 302) Boolean candS = false Boolean gramStain = false Boolean fungal = false OtherRqst commonOtherRqsts = new OtherRqst() // Bacteria (Fastidious) Boolean afb = false Boolean bPertussis = false Boolean hPylori = false OtherRqst bacteriaOtherRqsts = new OtherRqst() // Fungal (Specific) Boolean blastomycosis | |
openejb jpa jaas module.getPassword(); if(password.equals(pass)) { succeeded = true; return true; } else { succeeded = false ; return false ; } } } catch (Exception e) { e.printStackTrace(); //To change body of catch statement use ... | File Templates. succeeded = false ; return false ; } return false ; //To change body of implemented | |
How to avoid NULL values on Embedded entities private Cliente cliente; //Opcional @Basic(optional= false ... ; @Basic(optional= false ) private String calle; @Basic(optional= false ) private int numero; @Basic(optional= false ) private String ciudad;   | |
New to Product & Having An Issue() == null || this.domainId == null) return false ; return this.domainId.equals(obj); } } package test ... ; this.objectId = objectId; } public DomainId() { super(); } @Basic(optional= false ) public String ... = accountId; } @Basic(optional= false ) public String getObjectId() { return objectId; } public void setObjectId | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation because the default behaviour is " false "] About Build 2.6.9_02 and the "objectdb.temp ... ; - System.setProperty("objectdb.temp.no-enhancement-crc-check", " false "); - EnumValue ... ("objectdb.temp.no-enhancement-crc-check", " false "); - Methods in EnumValue and BooleanValue defined as | |
Date field Index is corrupted due to time change; return false ;   ... ) { return false ... ; @Basic(optional = false ) @Temporal(TemporalType.TIMESTAMP | |
Help with JPA2 Criteria and conditional operator grouping.companyId=:p1) AND ($1.conditionOne=true)) AND (($1.conditionTwo= false ) OR ($1.conditionThree= false ... (conditionTwoPath, false ), builder.equal(conditionThreePath, false )   | |
Wrong data stored in time only fields; return false ;   ... ; return false ;   ... ; @Basic(optional = false )   | |
Error 363 - Failed to read value of inverse relationship.AUTO) private long id; @ManyToOne(optional= false ) private ETown town; public ETown getTown ... id; private int permission = 0, activePermission = 0; private boolean validated = false , avatarEnabled = true; @Column(nullable = false ) private String playerName, password, email; @Temporal | |
jakarta.persistence.metamodel.IdentifiableType.hasSingleIdAttribute() Jakarta Persistence (JPA) Method in jakarta.persistence.metamodel.IdentifiableType boolean hasSingleIdAttribute() Whether the identifiable type has a single id attribute. Returns true for a simple id or embedded id; returns false for an idclass. Returns: boolean indicating whether the identifiable | |
jakarta.persistence.criteria.Subquery.distinct(boolean) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Subquery Subquery distinct ( boolean distinct ) Specify whether duplicate query results are eliminated. A true value will cause duplicates to be eliminated. A false value will cause duplicates to be retained. If distinct | |
jakarta.persistence.StoredProcedureQuery.execute() Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery boolean execute() Return true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any. Returns: true if first | |
jakarta.persistence.StoredProcedureQuery.hasMoreResults() Jakarta Persistence (JPA) Method in jakarta.persistence.StoredProcedureQuery boolean hasMoreResults() Return true if the next result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any. Returns: true | |
jakarta.persistence.Index.unique Jakarta Persistence (JPA) Method in jakarta.persistence.Index boolean unique (Optional) Whether the index is unique. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityTransaction.commit() Jakarta Persistence (JPA) Method in jakarta.persistence.EntityTransaction void commit() Commit the current resource transaction, writing any unflushed changes to the database. Throws: IllegalStateException - if EntityTransaction.isActive is false . RollbackException - if the commit fails. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityTransaction.rollback() Jakarta Persistence (JPA) Method in jakarta.persistence.EntityTransaction void rollback() Roll back the current resource transaction. Throws: IllegalStateException - if EntityTransaction.isActive is false . PersistenceException - if an unexpected error condition is encountered. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityTransaction.setRollbackOnly() Jakarta Persistence (JPA) Method in jakarta.persistence.EntityTransaction void setRollbackOnly() Mark the current resource transaction so that the only possible outcome of the transaction is for the transaction to be rolled back. Throws: IllegalStateException - if EntityTransaction.isActive is false . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityTransaction.getRollbackOnly() - if EntityTransaction.isActive is false . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityManager.isJoinedToTransaction() Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager boolean isJoinedToTransaction() Determine whether the entity manager is joined to the current transaction. Returns false if the entity manager is not joined to the current transaction or if no transaction is active. Returns: boolean. Since: Jakarta Persistence (JPA) 2.1 | |
jakarta.persistence.EntityManager.close() , and EntityManager.isOpen (which returns false ). If this method is called when the entity manager | |
jakarta.persistence.EntityManagerFactory.close() , which will return false . Once an EntityManagerFactory has been closed, all its entity managers | |
jakarta.persistence.OneToMany.orphanRemoval Jakarta Persistence (JPA) Method in jakarta.persistence.OneToMany boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. Default: false Since: Jakarta Persistence (JPA) 2.0 | |
jakarta.persistence.OneToOne.optional Jakarta Persistence (JPA) Method in jakarta.persistence.OneToOne boolean optional (Optional) Whether the association is optional. If set to false then a non-null relationship must always exist. Default: true Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.OneToOne.orphanRemoval Jakarta Persistence (JPA) Method in jakarta.persistence.OneToOne boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. Default: false Since: Jakarta Persistence (JPA) 2.0 | |
jakarta.persistence.criteria.CriteriaBuilder.isMember(Expression,Expression) will be false . Parameters: elem - element expression collection - expression Returns: is-member predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.isMember(E,Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate isMember ( E elem , Expression collection ) Create a predicate that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false | |
jakarta.persistence.NamedEntityGraph.includeAllAttributes specified by an attribute node referencing a subgraph. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.MapKeyColumn.unique specified at the table level. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.MapKeyColumn.nullable Jakarta Persistence (JPA) Method in jakarta.persistence.MapKeyColumn boolean nullable (Optional) Whether the database column is nullable. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.ManyToOne.optional Jakarta Persistence (JPA) Method in jakarta.persistence.ManyToOne boolean optional (Optional) Whether the association is optional. If set to false then a non-null relationship must always exist. May be used in schema generation to infer that the mapped foreign key column is not null . Default: true Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.MapKeyJoinColumn.unique Jakarta Persistence (JPA) Method in jakarta.persistence.MapKeyJoinColumn boolean unique (Optional) Whether the property is a unique key. This is a shortcut for the UniqueConstraint annotation at the table level and is useful for when the unique key constraint is only a single field. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.MapKeyJoinColumn.nullable Jakarta Persistence (JPA) Method in jakarta.persistence.MapKeyJoinColumn boolean nullable (Optional) Whether the foreign key column is nullable. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.or(Predicate...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate or ( Predicate... restrictions ) Create a disjunction of the given restriction predicates. A disjunction of zero predicates is false . Parameters: restrictions - zero or more restriction | |
jakarta.persistence.criteria.CriteriaBuilder.or(List) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate or ( List restrictions ) Create a disjunction of the given restriction predicates. A disjunction of zero predicates is false . Parameters: restrictions - a list of zero or more restriction | |
jakarta.persistence.criteria.CriteriaBuilder.isFalse(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate isFalse ( Expression x ) Create a predicate testing for a false value. Parameters: x - expression to be tested Returns: predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.JoinColumn.unique that is part of a foreign key. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.disjunction() Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Predicate disjunction() Create a disjunction (with zero disjuncts). A disjunction with zero disjuncts is false . Returns: or predicate. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Convert.disableConversion Jakarta Persistence (JPA) Method in jakarta.persistence.Convert boolean disableConversion Disables an auto-apply or inherited converter. If disableConversion = true , the Convert.converter element should not be specified. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Converter.autoApply Jakarta Persistence (JPA) Method in jakarta.persistence.Converter boolean autoApply Specifies whether the annotated converter should be automatically applied to attributes of the target type. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaQuery.distinct(boolean) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaQuery CriteriaQuery distinct ( boolean distinct ) Specify whether duplicate query results are eliminated. A true value will cause duplicates to be eliminated. A false value will cause duplicates to be retained | |
jakarta.persistence.Column.unique specified at the table level. Default: false Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PersistenceUtil.isLoaded(Object,String) entity - entity containing the attribute Returns: false if entity's state has not been loaded or | |
jakarta.persistence.PersistenceUtil.isLoaded(Object) loading of state. Parameters: entity - whose load state is to be determined Returns: false if the entity | |
jakarta.persistence.PersistenceUnitUtil.isInstance(Object,Class) class, or false otherwise. This method may, but is not required to, load the given entity by | |
Migration problem(columnDefinition = "timestamp default '2020-04-10 20:47:05.967394'", updatable = false ) protected LocalDateTime createdDate; @CreatedBy @Column( updatable = false ) protected Integer createSicil ... .EAGER) @Column(name = "isEnabled", unique = false , nullable = false ) // @Column(columnDefinition | |
objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active' in NetBeans8.1 and then: Set DO_FORCE_COMMIT_AFTER_BUILD = false in com.greensoft.objectdb ... DO_FORCE_COMMIT_AFTER_BUILD = false in com.greensoft.objectdb.test.mini.ejb.ExtProjectBuilder ! Then Clean ... by ObjectDB. * * Disable (set ' false ) to provoke an error due to the transaction not ending | |
Query on primary key is slow when using 'IN' = '1205450' AND FALSE This query will obviously not find anything, but it still takes 2 minutes to complete. Not being able to use "AND FALSE " makes it awkward to configure the query programmatically if some deeply nested condition is known to always be false . Query plan 1/1 description | |
boolean field flips after schema update (in class) of another field We have added a boolean field to a class with default value false . After deployment ... application = null ; @Embeddable public static class Application { private boolean instruction = false ; private boolean registration = false ; private boolean profile = false ; private boolean test = false |