| Package | Description |
|---|---|
| org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyBuilder |
ControllerBuilder.addGenericProperty(String propertyName,
String id) |
PropertyBuilder |
BeanBuilder.addGenericProperty(String name,
String propertyName) |
PropertyBuilder |
ControllerBuilder.addGenericProperty(String propertyName,
String id,
Class<?> classType) |
PropertyBuilder |
BeanBuilder.addGenericProperty(String name,
String propertyName,
Class<?> classType) |
PropertyBuilder |
ControllerBuilder.addGenericProperty(String propertyName,
String id,
Class<?> classType,
FetchType fetchType) |
PropertyBuilder |
BeanBuilder.addGenericProperty(String name,
String propertyName,
Class<?> classType,
FetchType fetchType) |
PropertyBuilder |
BeanBuilder.addMappedProperty(String propertyName,
String mapping) |
PropertyBuilder |
BeanBuilder.addMappedProperty(String name,
String propertyName,
String mapping) |
PropertyBuilder |
BeanBuilder.addMappedProperty(String name,
String propertyName,
String mapping,
FetchType fetchType) |
PropertyBuilder |
ControllerBuilder.addNullProperty(String propertyName) |
PropertyBuilder |
BeanBuilder.addNullProperty(String propertyName) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
EnumerationType enumProperty) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
EnumerationType enumProperty) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Object classType,
FetchType fetchType,
Type type) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Object classType,
Type type) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
Object classType,
Type type) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
ScopeType scope) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
boolean generic,
Object classType,
FetchType fetchType,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
boolean generic,
Object classType,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
Object classType,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
String temporalProperty) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
String temporalProperty) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
String temporalProperty) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
Type type) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
Type type) |
PropertyBuilder |
ControllerBuilder.addPropertyMapping(String propertyName,
String mapping) |
PropertyBuilder |
ControllerBuilder.addPropertyMapping(String propertyName,
String id,
String mapping) |
PropertyBuilder |
ControllerBuilder.addPropertyMapping(String propertyName,
String id,
String mapping,
FetchType fetchType) |
PropertyBuilder |
ControllerBuilder.addStaticProperty(String propertyName,
Object value) |
PropertyBuilder |
BeanBuilder.addStaticProperty(String name,
String propertyName,
Object value) |
PropertyBuilder |
ControllerBuilder.getProperty(String name) |
PropertyBuilder |
BeanBuilder.getProperty(String name) |
Copyright © 2026 Brandao. All rights reserved.