Uses of Class
org.jooq.util.jaxb.ForcedType

Packages that use ForcedType
org.jooq.util   
org.jooq.util.jaxb   
 

Uses of ForcedType in org.jooq.util
 

Methods in org.jooq.util that return ForcedType
 ForcedType Database.getConfiguredForcedType(Definition definition)
          Get the configured forced type object for any given Definition, or null if no ForcedType matches the definition.
 ForcedType AbstractDatabase.getConfiguredForcedType(Definition definition)
           
 

Methods in org.jooq.util that return types with arguments of type ForcedType
 List<ForcedType> Database.getConfiguredForcedTypes()
          Database objects matching any of these field names will be generated as forced types
 List<ForcedType> AbstractDatabase.getConfiguredForcedTypes()
           
 

Method parameters in org.jooq.util with type arguments of type ForcedType
 void Database.setConfiguredForcedTypes(List<ForcedType> types)
          Database objects matching any of these field names will be generated as forced types
 void AbstractDatabase.setConfiguredForcedTypes(List<ForcedType> configuredForcedTypes)
           
 

Uses of ForcedType in org.jooq.util.jaxb
 

Fields in org.jooq.util.jaxb with type parameters of type ForcedType
protected  List<ForcedType> Database.forcedTypes
           
 

Methods in org.jooq.util.jaxb that return ForcedType
 ForcedType ForcedType.withExpressions(String value)
           
 ForcedType ForcedType.withName(String value)
           
 

Methods in org.jooq.util.jaxb that return types with arguments of type ForcedType
 List<ForcedType> Database.getForcedTypes()
           
 

Methods in org.jooq.util.jaxb with parameters of type ForcedType
 Database Database.withForcedTypes(ForcedType... values)
           
 

Method parameters in org.jooq.util.jaxb with type arguments of type ForcedType
 Database Database.withForcedTypes(Collection<ForcedType> values)
           
 



Copyright © 2012. All Rights Reserved.