A B C D E F G I J L M N O P Q R S T U V X

F

FieldExpression - Class in org.azzyzt.jee.runtime.dto.query
The abstract parent class for expressions that refer to entity fields.
FieldExpression() - Constructor for class org.azzyzt.jee.runtime.dto.query.FieldExpression
 
FieldExpression(FieldReference, boolean) - Constructor for class org.azzyzt.jee.runtime.dto.query.FieldExpression
 
FieldReference - Class in org.azzyzt.jee.runtime.dto.query
A FieldReference is an Operand in an Expression.
FieldReference() - Constructor for class org.azzyzt.jee.runtime.dto.query.FieldReference
 
FieldReference(String) - Constructor for class org.azzyzt.jee.runtime.dto.query.FieldReference
 
FieldReference(String, boolean) - Constructor for class org.azzyzt.jee.runtime.dto.query.FieldReference
 
FieldReferer - Interface in org.azzyzt.jee.runtime.dto.query
Interface to be implemented by classes that refer to entity fields
fieldVerification(Class<?>, String) - Method in class org.azzyzt.jee.runtime.meta.TypeMetaInfoBase
 
fieldVerification(Class<?>, String) - Method in interface org.azzyzt.jee.runtime.meta.TypeMetaInfoInterface
 
findOrCreate(Class<T>, I) - Method in class org.azzyzt.jee.runtime.eao.EaoBase
Fetches an entity by ID or, if it does not exist, creates it.
findOrFail(Class<T>, I) - Method in class org.azzyzt.jee.runtime.eao.EaoBase
Fetches an entity by ID or, if it does not exist, fails with an exception.
findOrFail(Object, Class<?>) - Method in class org.azzyzt.jee.runtime.eao.EaoBase
A raw version of EaoBase.findOrFail(Class, Object) needed in cases when we are definite about the classes, but have no way to prove it to the compiler.
findOrInvalidId(Class<T>, I) - Method in class org.azzyzt.jee.runtime.eao.EaoBase
Fetches an entity by ID or, if the ID is invalid or null, fails.
findOrNull(Class<T>, I) - Method in class org.azzyzt.jee.runtime.eao.EaoBase
Fetches an entity by ID or, if not found, returns null.
flush() - Method in class org.azzyzt.jee.runtime.eao.EaoBase
 
fromEntityBase(EntityBase) - Method in interface org.azzyzt.jee.runtime.conv.ConverterRawInterface
 
fromRawDto(Object) - Method in interface org.azzyzt.jee.runtime.conv.ConverterRawInterface
converts a DTO to the associated entity
fromRESTContext(InvocationContext) - Method in interface org.azzyzt.jee.runtime.util.SiteAdapterInterface
 
fromXML(String) - Static method in class org.azzyzt.jee.runtime.dto.query.QuerySpec
Factory method that constructs a query specification from an XML representation.
fromXML(String) - Method in class org.azzyzt.jee.runtime.util.AttributedTags2QuerySpec
 
fromXML(String) - Method in interface org.azzyzt.jee.runtime.util.Xml2QuerySpec
 

A B C D E F G I J L M N O P Q R S T U V X