|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeSystem.TypeFactory | |
---|---|
org.modeshape.jcr.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
org.modeshape.jcr.value | Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. |
Uses of TypeSystem.TypeFactory in org.modeshape.jcr.query.model |
---|
Methods in org.modeshape.jcr.query.model that return TypeSystem.TypeFactory | |
---|---|
TypeSystem.TypeFactory<?> |
TypeSystem.getBinaryFactory()
Get the type factory for binary objects. |
TypeSystem.TypeFactory<Boolean> |
TypeSystem.getBooleanFactory()
Get the type factory for boolean types. |
TypeSystem.TypeFactory<?> |
TypeSystem.getDateTimeFactory()
Get the type factory for date-time objects. |
TypeSystem.TypeFactory<BigDecimal> |
TypeSystem.getDecimalFactory()
Get the type factory for decimal types. |
TypeSystem.TypeFactory<Double> |
TypeSystem.getDoubleFactory()
Get the type factory for double types. |
TypeSystem.TypeFactory<Long> |
TypeSystem.getLongFactory()
Get the type factory for long types. |
TypeSystem.TypeFactory<?> |
TypeSystem.getPathFactory()
Get the type factory for path objects. |
TypeSystem.TypeFactory<?> |
TypeSystem.getReferenceFactory()
Get the type factory for references objects. |
TypeSystem.TypeFactory<String> |
TypeSystem.getStringFactory()
Get the type factory for string types. |
TypeSystem.TypeFactory<?> |
TypeSystem.getTypeFactory(Object prototype)
Get the type factory for the type denoted by the supplied prototype value. |
TypeSystem.TypeFactory<?> |
TypeSystem.getTypeFactory(String typeName)
Get the type factory given the name of the type. |
Uses of TypeSystem.TypeFactory in org.modeshape.jcr.value |
---|
Classes in org.modeshape.jcr.value that implement TypeSystem.TypeFactory | |
---|---|
protected class |
ValueTypeSystem.Factory<T>
|
Methods in org.modeshape.jcr.value that return TypeSystem.TypeFactory | |
---|---|
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getBinaryFactory()
|
TypeSystem.TypeFactory<Boolean> |
ValueTypeSystem.getBooleanFactory()
|
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getDateTimeFactory()
|
TypeSystem.TypeFactory<BigDecimal> |
ValueTypeSystem.getDecimalFactory()
|
TypeSystem.TypeFactory<Double> |
ValueTypeSystem.getDoubleFactory()
|
TypeSystem.TypeFactory<Long> |
ValueTypeSystem.getLongFactory()
|
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getPathFactory()
|
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getReferenceFactory()
|
TypeSystem.TypeFactory<String> |
ValueTypeSystem.getStringFactory()
|
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getTypeFactory(Object prototype)
|
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getTypeFactory(String typeName)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |