Uses of Interface
io.github.mmm.entity.bean.EntityBean
-
Packages that use EntityBean Package Description io.github.mmm.entity.bean Contains the API for entity beans.io.github.mmm.entity.bean.sql io.github.mmm.entity.bean.sql.delete io.github.mmm.entity.bean.sql.insert io.github.mmm.entity.bean.sql.select io.github.mmm.entity.bean.sql.update io.github.mmm.entity.property.link Contains property support for links to entity bean (one-to-one relation). -
-
Uses of EntityBean in io.github.mmm.entity.bean
Subinterfaces of EntityBean in io.github.mmm.entity.bean Modifier and Type Interface Description interfaceEdge<I,O>interfaceTypedEdge<I,O>Classes in io.github.mmm.entity.bean that implement EntityBean Modifier and Type Class Description classAdvancedEntityBeanImplementation ofEntityBeanas simpleBean.classSimpleEntityBeanImplementation ofEntityBeanas simpleBean.Methods in io.github.mmm.entity.bean that return types with arguments of type EntityBean Modifier and Type Method Description default Id<? extends EntityBean>EntityBean. getId()default IdProperty<? extends EntityBean>EntityBean. Id() -
Uses of EntityBean in io.github.mmm.entity.bean.sql
Classes in io.github.mmm.entity.bean.sql with type parameters of type EntityBean Modifier and Type Class Description classAbstractEntitiesClause<E extends EntityBean,SELF extends AbstractEntitiesClause<E,SELF>>AAbstractEntitiesClauseis aClauseof an SQLStatementthat specifies theentityand/orentity name(table) to operate on.classAbstractEntityClause<E extends EntityBean,SELF extends AbstractEntityClause<E,SELF>>AAbstractEntityClauseis aClauseof an SQLStatementthat specifies theentityand/orentity name(table) to operate on.classAbstractStatement<E extends EntityBean>Abstract base implementation of an SQLStatementthat may be executed to the database.classAbstractTypedClause<E extends EntityBean,SELF extends AbstractTypedClause<E,SELF>>Abstract base class implementingTypedClause.classAssignmentClause<E extends EntityBean,SELF extends AssignmentClause<E,SELF>>classEntitySubClause<E extends EntityBean>A fragment for an additionalentityselection.classFrom<E extends EntityBean,SELF extends From<E,SELF>>classInto<E extends EntityBean,SELF extends Into<E,SELF>>interfaceMainClause<E extends EntityBean>TypedClausethat can be an endingClauseof an SQLStatementand allows togetthe resultingStatement.classPredicateClause<E extends EntityBean,SELF extends PredicateClause<E,SELF>>classPropertyClause<E extends EntityBean,SELF extends PropertyClause<E,SELF>>classSet<E extends EntityBean,SELF extends Set<E,SELF>>interfaceStatement<E extends EntityBean>A complete SQL statement that may be executed to the database.interfaceTypedClause<E extends EntityBean>classValues<E extends EntityBean,SELF extends Values<E,SELF>>classWhere<E extends EntityBean,SELF extends Where<E,SELF>>Fields in io.github.mmm.entity.bean.sql declared as EntityBean Modifier and Type Field Description protected EAbstractEntityClause. entityMethods in io.github.mmm.entity.bean.sql with parameters of type EntityBean Modifier and Type Method Description SELFAbstractEntitiesClause. and(EntityBean additionalEntity)SELFAbstractEntitiesClause. and(EntityBean additionalEntity, String alias)SELFAbstractEntitiesClause. and(String entityName, EntityBean additionalEntity, String alias) -
Uses of EntityBean in io.github.mmm.entity.bean.sql.delete
Classes in io.github.mmm.entity.bean.sql.delete with type parameters of type EntityBean Modifier and Type Class Description classDeleteFrom<E extends EntityBean>classDeleteStatement<E extends EntityBean>classDeleteWhere<E extends EntityBean> -
Uses of EntityBean in io.github.mmm.entity.bean.sql.insert
Classes in io.github.mmm.entity.bean.sql.insert with type parameters of type EntityBean Modifier and Type Class Description classInsertInto<E extends EntityBean>classInsertStatement<E extends EntityBean>classInsertValues<E extends EntityBean> -
Uses of EntityBean in io.github.mmm.entity.bean.sql.select
Classes in io.github.mmm.entity.bean.sql.select with type parameters of type EntityBean Modifier and Type Interface Description interfaceClauseWithGroupBy<E extends EntityBean>interfaceClauseWithHaving<E extends EntityBean>interfaceClauseWithOrderBy<E extends EntityBean>classGroupBy<E extends EntityBean>classHaving<E extends EntityBean>classOrderBy<E extends EntityBean>classSelectFrom<E extends EntityBean>classSelectStatement<E extends EntityBean>classSelectWhere<E extends EntityBean>Methods in io.github.mmm.entity.bean.sql.select with type parameters of type EntityBean Modifier and Type Method Description <E extends EntityBean>
SelectFrom<E>Select. from(E entity) -
Uses of EntityBean in io.github.mmm.entity.bean.sql.update
Classes in io.github.mmm.entity.bean.sql.update with type parameters of type EntityBean Modifier and Type Class Description classUpdate<E extends EntityBean>StartClauseof an UpdateStatement to update data in the database.classUpdateSet<E extends EntityBean>classUpdateStatement<E extends EntityBean>classUpdateWhere<E extends EntityBean> -
Uses of EntityBean in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link with type parameters of type EntityBean Modifier and Type Class Description classPropertyFactoryLink<E extends EntityBean>Implementation ofPropertyFactoryforLinkProperty.
-