Module io.github.mmm.entity.bean
Package io.github.mmm.entity.bean.sql
Class From<E extends EntityBean,SELF extends From<E,SELF>>
- java.lang.Object
-
- io.github.mmm.marshall.AbstractMarshallingObject
-
- io.github.mmm.entity.bean.sql.AbstractClause
-
- io.github.mmm.entity.bean.sql.AbstractTypedClause<E,SELF>
-
- io.github.mmm.entity.bean.sql.AbstractEntityClause<E,SELF>
-
- io.github.mmm.entity.bean.sql.AbstractEntitiesClause<E,SELF>
-
- io.github.mmm.entity.bean.sql.From<E,SELF>
-
- Type Parameters:
E- type of theentity.SELF- type of this class itself.
- All Implemented Interfaces:
Clause,MainClause<E>,TypedClause<E>,io.github.mmm.marshall.MarshallableObject,io.github.mmm.marshall.Marshaller<Object>,io.github.mmm.marshall.Marshalling<Object>,io.github.mmm.marshall.MarshallingObject,io.github.mmm.marshall.UnmarshallableObject,io.github.mmm.marshall.Unmarshaller<Object>
- Direct Known Subclasses:
DeleteFrom,SelectFrom
public abstract class From<E extends EntityBean,SELF extends From<E,SELF>> extends AbstractEntitiesClause<E,SELF> implements MainClause<E>
- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME_FROMName ofFromfor marshaling.-
Fields inherited from class io.github.mmm.entity.bean.sql.AbstractEntitiesClause
NAME_ADDITIONAL_ENTITIES
-
Fields inherited from class io.github.mmm.entity.bean.sql.AbstractEntityClause
entity, NAME_ALIAS, NAME_ENTITY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected StringgetMarshallingName()abstract Where<E,?>where(io.github.mmm.property.criteria.CriteriaPredicate predicate)abstract Where<E,?>where(io.github.mmm.property.criteria.CriteriaPredicate... predicates)-
Methods inherited from class io.github.mmm.entity.bean.sql.AbstractEntitiesClause
and, and, and, and, getAdditionalEntities, readProperty, writeProperties
-
Methods inherited from class io.github.mmm.entity.bean.sql.AbstractEntityClause
as, getAlias, getEntity, getEntityName, setEntityName
-
Methods inherited from class io.github.mmm.entity.bean.sql.AbstractTypedClause
self
-
Methods inherited from class io.github.mmm.entity.bean.sql.AbstractClause
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.entity.bean.sql.MainClause
get
-
-
-
-
Field Detail
-
NAME_FROM
public static final String NAME_FROM
Name ofFromfor marshaling.- See Also:
- Constant Field Values
-
-
Method Detail
-
getMarshallingName
protected String getMarshallingName()
- Specified by:
getMarshallingNamein classAbstractClause- Returns:
- the name of the property for this clause.
-
where
public abstract Where<E,?> where(io.github.mmm.property.criteria.CriteriaPredicate predicate)
-
-