Uses of Class
de.espirit.or.ORException
Packages that use ORException
-
Uses of ORException in de.espirit.or
Subclasses of ORException in de.espirit.orMethods in de.espirit.or that throw ORExceptionModifier and TypeMethodDescriptionSession.getReleaseRevision(@NotNull Identifier identifier, @NotNull String languageAbbreviation) GetEntityin language dependent release revision if available. -
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.voidSelect.setConstraint(Constraint constraint) Set the select constraint toconstraint.voidSelect.setParameter(@NotNull String identifier, Object value) Sets the value for theparameterspecified 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.voidCopy the values of the givenentityto this entity.Return the value of the specified list attribute ("to N relation").@Nullable ObjectReturn the value of theattributespecified by the givenname.<T> TReturn the value of the given attribute ornull.booleanEntity.isValid()Returntrueif this entity is valid elsefalse.booleanChecks up whether the given data entry is valid.voidEntity.refresh()Refresh the content of this entity with the one stored in the database.<T> voidSet the value of the attributeattributetovalue.<T> voidSet the value of the attribute withnameto the givenvalue.