Uses of Class
net.ideahut.springboot.entity.EntityInfo
Packages that use EntityInfo
Package
Description
-
Uses of EntityInfo in net.ideahut.springboot.crud
Methods in net.ideahut.springboot.crud with parameters of type EntityInfoModifier and TypeMethodDescriptionstatic CrudBuilderCrudBuilder.of(EntityInfo entityInfo) static CrudRequestCrudRequest.of(EntityInfo entityInfo) static JoinJoin.of(EntityInfo entityInfo) static JoinJoin.of(EntityInfo entityInfo, net.ideahut.springboot.crud.Relation relation) static StackStack.of(EntityInfo entityInfo) static StackStack.of(EntityInfo entityInfo, net.ideahut.springboot.crud.Relation relation) protected CrudRequestCrudRequest.setEntityInfo(EntityInfo entityInfo) protected JoinJoin.setEntityInfo(EntityInfo entityInfo) protected StackStack.setEntityInfo(EntityInfo entityInfo) -
Uses of EntityInfo in net.ideahut.springboot.entity
Fields in net.ideahut.springboot.entity declared as EntityInfoMethods in net.ideahut.springboot.entity that return EntityInfoModifier and TypeMethodDescriptionFieldInfo.getEntityInfo()TrxManagerInfo.getEntityInfo(Class<?> entityClass) TrxManagerInfo.getEntityInfo(String tableSchema, String tableName) EntityInfo.getParentInfo()EntityInfo.nullLazyCollection(Object object) Methods in net.ideahut.springboot.entity with parameters of type EntityInfoModifier and TypeMethodDescriptionstatic List<EntityReplica.Creation>EntityReplica.create(EntityInfo entityInfo, Integer total, EntityInfo... entityInfosWithReplica) static <T> TEntityNative.delete(EntityInfo info, Integer replica, T entity) static <T> TEntityNative.delete(org.hibernate.Session session, EntityInfo info, Integer replica, T entity) static <T> List<T>EntityNative.entitesOf(List<Object[]> rows, org.hibernate.Session session, EntityInfo entityInfo, List<EntityNative.Select> selects, List<String> load) static StringEntityHelper.generateInIdsQuery(List<Object> ids, EntityInfo entityInfo, String alias, List<Object> parameters, Integer startIndex) static StringEntityNative.generateInIdsQuery(List<Object> ids, EntityInfo entityInfo, String alias, List<EntityNative.Parameter> parameters, Integer startIndex) static FieldInfoEntityHelper.getFieldInfo(EntityInfo entityInfo, String anyFieldName) static ObjectEntityHelper.getFieldValue(EntityInfo entityInfo, String anyFieldName, String value) static ObjectEntityHelper.getFieldValue(EntityInfo entityInfo, String anyFieldName, Collection<String> value) EntityReplica.getSQL(EntityInfo entityInfo, Integer total, EntityInfo... entityInfosWithReplica) static <T> TEntityNative.insert(EntityInfo info, Integer replica, T entity) static <T> TEntityNative.insert(org.hibernate.Session session, EntityInfo info, Integer replica, T entity) static voidEntityHelper.loadLazy(Object entity, EntityInfo entityInfo, Collection<String> tobeLoadFields) static voidEntityHelper.loadLazy(Object entity, EntityInfo entityInfo, Collection<String> loadFields, Collection<String> selectedFields) static EntityNative.LazyLoadEntityNative.LazyLoad.of(EntityInfo entityInfo, Integer replica, List<String> load) static EntityNative.SelectEntityNative.Select.of(EntityInfo entityInfo, int index, FieldInfo store) protected voidFieldInfo.prepareAttributeOverrides(EntityInfo entInf) protected voidFieldInfo.prepareJoinColumns(EntityInfo entInf) static <T> TEntityNative.reload(EntityInfo info, Integer replica, T entity) static <T> TEntityNative.reload(org.hibernate.Session session, EntityInfo info, Integer replica, T entity) static <T> TEntityNative.save(EntityInfo info, Integer replica, T entity) static <T> TEntityNative.save(org.hibernate.Session session, EntityInfo info, Integer replica, T entity) static <T> TEntityNative.saveOrUpdate(EntityInfo info, Integer replica, T entity) static <T> TEntityNative.saveOrUpdate(org.hibernate.Session session, EntityInfo info, Integer replica, T entity) static StringEntityNative.tableReplica(EntityInfo entityInfo, Integer replica) static <T> TEntityNative.update(EntityInfo info, Integer replica, T entity) static <T> TEntityNative.update(org.hibernate.Session session, EntityInfo info, Integer replica, T entity) Constructors in net.ideahut.springboot.entity with parameters of type EntityInfoModifierConstructorDescriptionprotectedAttributeOverrides(FieldInfo fieldInfoEi, EntityInfo entityInfoEi) FieldInfo(EntityInfo entityInfo, Field field, org.hibernate.mapping.Column column, boolean lazyObject, boolean lazyCollection, Class<?> collectionGenericType, boolean eagerObject, Boolean nullable, Integer length, Integer scale, Integer precision, boolean embedded) protectedJoinColumns(FieldInfo fieldInfoEi, EntityInfo entityInfoEi) -
Uses of EntityInfo in net.ideahut.springboot.grid
Methods in net.ideahut.springboot.grid with parameters of type EntityInfoModifier and TypeMethodDescriptionstatic StringGridTool.generate(EntityInfo entityInfo, int indent)