Uses of Class
org.azzyzt.jee.runtime.exception.NotYetImplementedException

Packages that use NotYetImplementedException
org.azzyzt.jee.runtime.dto.query   
org.azzyzt.jee.runtime.eao   
org.azzyzt.jee.runtime.util   
 

Uses of NotYetImplementedException in org.azzyzt.jee.runtime.dto.query
 

Methods in org.azzyzt.jee.runtime.dto.query that throw NotYetImplementedException
static Literal Literal.parse(java.lang.String text, LiteralType type)
          Factory method that creates a Literal from a text.
 

Uses of NotYetImplementedException in org.azzyzt.jee.runtime.eao
 

Methods in org.azzyzt.jee.runtime.eao that throw NotYetImplementedException
<I,T extends EntityBase<I>>
java.util.List<T>
EaoBase.list(QuerySpec qs, java.lang.Class<T> clazz, TypeMetaInfoInterface tmi)
          Returns the result of a typed query.
 

Uses of NotYetImplementedException in org.azzyzt.jee.runtime.util
 

Methods in org.azzyzt.jee.runtime.util that throw NotYetImplementedException
 javax.persistence.TypedQuery<T> QueryBuilder.build()
          builds the typed query