Uses of Class
org.eclnt.ccee.db.dofw.DOFWEntity
Packages that use DOFWEntity
-
Uses of DOFWEntity in org.eclnt.ccee.db
Methods in org.eclnt.ccee.db with parameters of type DOFWEntityModifier and TypeMethodDescriptionfinal String
DBAction.withSchema
(DOFWEntity entity) In case of using an explicit schema then this method returns the table name with some schema prefix. -
Uses of DOFWEntity in org.eclnt.ccee.db.dofw
Methods in org.eclnt.ccee.db.dofw that return DOFWEntityMethods in org.eclnt.ccee.db.dofw with parameters of type DOFWEntityModifier and TypeMethodDescriptionstatic Object[]
DOFWSql.preparseSql
(Class clazz, DOFWEntity entity, Object[] sql) Parses the SQL and replaces certain contstructs so that result sql corresponds to internally processed format.void
DOFWRepository.DefaultOverrideContent.updateEntityDuringAnalysis
(Class doClass, DOFWEntity e) void
DOFWRepository.IOverrideContent.updateEntityDuringAnalysis
(Class doClass, DOFWEntity e)