Uses of Class
de.espirit.or.ORException
Packages that use ORException
-
Uses of ORException in de.espirit.or
Subclasses of ORException in de.espirit.or -
Uses of ORException in de.espirit.or.query
Methods in de.espirit.or.query that throw ORExceptionModifier and TypeMethodDescriptionSelect.getParameter
(@NotNull String identifier) Return the parameter with the givenidentifier
.void
Select.setConstraint
(Constraint constraint) Set the select constraint toconstraint
.void
Select.setParameter
(@NotNull String identifier, Object value) Sets the value for theparameter
specified by the given identifier. -
Uses of ORException in de.espirit.or.schema
Methods in de.espirit.or.schema that throw ORExceptionModifier and TypeMethodDescriptionEntity.copy()
Copies this entity.void
Copy the values of the givenentity
to this entity.Return the value of the specified list attribute ("to N relation").@Nullable Object
Return the value of theattribute
specified by the givenname
.<T> T
Return the value of the given attribute ornull
.boolean
Entity.isValid()
Returntrue
if this entity is valid elsefalse
.boolean
Checks up whether the given data entry is valid.void
Entity.refresh()
Refresh the content of this entity with the one stored in the database.<T> void
Set the value of the attributeattribute
tovalue
.<T> void
Set the value of the attribute withname
to the givenvalue
.