Uses of Class
net.ideahut.springboot.entity.FieldInfo
Packages that use FieldInfo
-
Uses of FieldInfo in net.ideahut.springboot.entity
Methods in net.ideahut.springboot.entity that return FieldInfoModifier and TypeMethodDescriptionEntityInfo.getColumnInfo(String name) AttributeOverrides.getFieldInfo(String column) static FieldInfoEntityHelper.getFieldInfo(EntityInfo entityInfo, String anyFieldName) EntityInfo.getFieldInfo(String name) JoinColumns.getFieldInfo(String column) EntityInfo.getFieldTransient(String name) Methods in net.ideahut.springboot.entity that return types with arguments of type FieldInfoModifier and TypeMethodDescriptionEntityInfo.getEagerObjectFields()EntityInfo.getLazyCollectionFields()EntityInfo.getLazyObjectFields()Methods in net.ideahut.springboot.entity with parameters of type FieldInfoModifier and TypeMethodDescriptionstatic voidEntityNative.appendInsert(FieldInfo fieldInfo, StringBuilder sqlInto, StringBuilder sqlValues, List<EntityNative.Parameter> parameters, Object entity) static IntegerEntityNative.appendSelect(FieldInfo fieldInfo, EntityNative.Select select, StringBuilder query, String alias, Integer idxSelect, boolean commaAtFirst) static voidEntityNative.appendUpdate(FieldInfo fieldInfo, StringBuilder query, List<EntityNative.Parameter> parameters, Object entity) static Objectstatic EntityNative.SelectEntityNative.Select.of(EntityInfo entityInfo, int index, FieldInfo store) static intConstructors in net.ideahut.springboot.entity with parameters of type FieldInfoModifierConstructorDescriptionprotectedAttributeOverrides(FieldInfo fieldInfoEi, EntityInfo entityInfoEi) protectedJoinColumns(FieldInfo fieldInfoEi, EntityInfo entityInfoEi)