Uses of Class
com.github.tadukoo.database.mysql.pojo.SubPojoDefinition
Packages that use SubPojoDefinition
Package
Description
Contains 
DatabasePojo, which can be used to store and
 retrieve the pojo values from a Database- 
Uses of SubPojoDefinition in com.github.tadukoo.database.mysql.pojo
Fields in com.github.tadukoo.database.mysql.pojo with type parameters of type SubPojoDefinitionModifier and TypeFieldDescriptionprivate final Map<String,SubPojoDefinition> AbstractDatabasePojo.subPojoDefsThe Map ofsubPojo definitionsfor this pojoMethods in com.github.tadukoo.database.mysql.pojo that return SubPojoDefinitionModifier and TypeMethodDescriptionSubPojoDefinition.Build.build()Builds a newSubPojoDefinitionusing the set parameters after checking for problemsSubPojoDefinition.SubPojoDefinitionBuilder.build()Builds a newSubPojoDefinitionusing the set parameters after checking for problemsdefault SubPojoDefinitionDatabasePojo.getSubPojoDefBySubPojoKey(String subPojoKey) Methods in com.github.tadukoo.database.mysql.pojo that return types with arguments of type SubPojoDefinitionModifier and TypeMethodDescriptionAbstractDatabasePojo.getSubPojoDefs()DatabasePojo.getSubPojoDefs()Methods in com.github.tadukoo.database.mysql.pojo with parameters of type SubPojoDefinitionModifier and TypeMethodDescriptiondefault voidDatabasePojo.addSubPojo(SubPojoDefinition subPojoDef, DatabasePojo subPojo, ForeignKeyConstraint foreignKey) Adds the info for a subPojo using the given parameters