Modifier and Type | Interface and Description |
---|---|
interface |
FieldProperty<V> |
interface |
MethodProperty<V> |
Modifier and Type | Method and Description |
---|---|
static <V> Property<V> |
Properties.createProperty(Member member)
Create a JavaBean style property from the specified member
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyAdapter<V>
This class is an adapter that encapsulates a
FieldProperty and MethodProperty instance for a
property, giving a single view of a property and its related information independent of the member type: field or
method. |
Modifier and Type | Method and Description |
---|---|
Property<V> |
PropertyQuery.getFirstResult()
Get the first result from the query, causing the query to be run.
|
Property<V> |
PropertyQuery.getFirstWritableResult()
Get the first result from the query that is not marked as read only, causing the query to be run.
|
Property<V> |
PropertyQuery.getSingleResult()
Get a single result from the query, causing the query to be run.
|
Property<V> |
PropertyQuery.getWritableSingleResult()
Get a single result from the query that is not marked as read only, causing the query to be run.
|
Modifier and Type | Method and Description |
---|---|
List<Property<V>> |
PropertyQuery.getResultList()
Get the result from the query, causing the query to be run.
|
List<Property<V>> |
PropertyQuery.getWritableResultList()
Get the non read only results from the query, causing the query to be run.
|
Modifier and Type | Method and Description |
---|---|
Property<String> |
LDAPMappingConfiguration.getBindingProperty() |
Property<String> |
LDAPMappingConfiguration.getIdProperty() |
Modifier and Type | Method and Description |
---|---|
protected Property |
AbstractCredentialHandler.getDefaultLoginNameProperty(Class<? extends Account> accountType) |
Modifier and Type | Method and Description |
---|---|
Set<Property<? extends IdentityType>> |
RelationshipMetadata.getRelationshipIdentityProperties(Class<? extends Relationship> relationshipClass) |
Modifier and Type | Method and Description |
---|---|
Object |
JPAIdentityStore.getOwnerEntity(AttributedType attributedType,
Property ownerProperty,
javax.persistence.EntityManager entityManager) |
Modifier and Type | Method and Description |
---|---|
protected Property |
AbstractModelMapper.getAnnotatedProperty(Class<? extends Annotation> annotationType,
Class<?> type) |
protected Property |
AbstractModelMapper.getNamedProperty(String propertyName,
Class<?> type) |
Property |
EntityMapping.getTypeProperty() |
Property |
EntityMapper.getTypeProperty() |
Modifier and Type | Method and Description |
---|---|
protected List<Property<String>> |
AbstractModelMapper.getAnnotatedProperties(Class<? extends Annotation> annotationType,
Class<?> type) |
Map<Property,Property> |
EntityMapping.getProperties() |
Map<Property,Property> |
EntityMapping.getProperties() |
Map.Entry<Property,Property> |
EntityMapper.getProperty(Class<?> attributedType,
Class<? extends Annotation> annotation) |
Map.Entry<Property,Property> |
EntityMapper.getProperty(Class<?> attributedType,
Class<? extends Annotation> annotation) |
Map.Entry<Property,Property> |
EntityMapper.getProperty(Class<?> attributedType,
String propertyName) |
Map.Entry<Property,Property> |
EntityMapper.getProperty(Class<?> attributedType,
String propertyName) |
Map.Entry<Property,Property> |
EntityMapper.getProperty(Class<? extends Annotation> annotation) |
Map.Entry<Property,Property> |
EntityMapper.getProperty(Class<? extends Annotation> annotation) |
Modifier and Type | Method and Description |
---|---|
void |
EntityMapping.addMappedProperty(Property mappedProperty) |
void |
EntityMapping.addNotNullMappedProperty(Property mappedProperty) |
void |
EntityMapping.addProperty(Property property,
Property mappedProperty) |
void |
EntityMapping.addProperty(Property property,
Property mappedProperty) |
void |
EntityMapping.addProperty(String propertyName,
Property mappedProperty) |
void |
EntityMapping.addTypeProperty(Property property) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.