Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
F
G
I
M
N
S
C
CrudEntity
- Class in
net.sf.stitch.crud
CRUD
Profile for an Entity class.
CrudEntity(String)
- Constructor for class net.sf.stitch.crud.
CrudEntity
Construct a new CrudProfile for a given entity class.
CrudEntityProperty
- Class in
net.sf.stitch.crud
Represents an Entity Property.
CrudEntityProperty(Field)
- Constructor for class net.sf.stitch.crud.
CrudEntityProperty
CrudMojo
- Class in
net.sf.stitch.crud
Generates a CRUD interface for Entity Beans.
CrudMojo()
- Constructor for class net.sf.stitch.crud.
CrudMojo
E
execute()
- Method in class net.sf.stitch.crud.
CrudMojo
Creates a basic CRUD interface for the specified entity classes.
execute()
- Method in class net.sf.stitch.crud.
MessagesMojo
F
fieldNameFromXetter(String)
- Static method in class net.sf.stitch.crud.
CrudEntity
G
generate(List<CrudEntity>)
- Method in class net.sf.stitch.crud.
CrudMojo
getConverter()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Gets the appropriate converter for the property.
getEntityClassName()
- Method in class net.sf.stitch.crud.
CrudEntity
getEntityFields()
- Method in class net.sf.stitch.crud.
CrudEntity
getEntityHome()
- Method in class net.sf.stitch.crud.
CrudEntity
getEntityPrefix()
- Method in class net.sf.stitch.crud.
CrudEntity
getEntityQuery()
- Method in class net.sf.stitch.crud.
CrudEntity
getEntityShortName()
- Method in class net.sf.stitch.crud.
CrudEntity
getEnumType()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Gets the Enumeration Type.
getField()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
getFieldName()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Convenience method to get the name of the field.
getGetter()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
getMaxLength()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
getMessageKey()
- Method in class net.sf.stitch.crud.
CrudEntity
Gets the resource bundle key for translating the entity class into a localized message.
getMessageKey()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Gets the resource bundle key for translating the field into a localized message.
getSetter()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
getSize()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
getTemporalType()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Gets the Temporal Type.
guessTranslation(String)
- Static method in class net.sf.stitch.crud.
MessagesMojo
Guesses the English translation for a field name by naturalizing the camelCase.
I
isBeanMethod(Method, String)
- Static method in class net.sf.stitch.crud.
CrudEntity
isBoolean()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Is the field a boolean (true/false, yes/no).
isEnum()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Is the field an enum.
isFetchLazy()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
isGetter(Method)
- Static method in class net.sf.stitch.crud.
CrudEntity
isId()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Is the property annotated with @Id
isListable()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Is the property listable from the EntityQuery.
isLob()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Is the property annotated with @Lob
isReadOnly()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
If the property has no setter, the field is read-only.
isRequired()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Whether the field is required is determined from the type and its annotations.
isSearchable()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Is the property searchable from the EntityQuery.
isSetter(Method)
- Static method in class net.sf.stitch.crud.
CrudEntity
isVersion()
- Method in class net.sf.stitch.crud.
CrudEntityProperty
Is the property annotated with @Version
M
MessagesMojo
- Class in
net.sf.stitch.crud
Creates entries for a Messages resource bundle based on an Entity class.
MessagesMojo()
- Constructor for class net.sf.stitch.crud.
MessagesMojo
N
net.sf.stitch.crud
- package net.sf.stitch.crud
S
setGetter(Method)
- Method in class net.sf.stitch.crud.
CrudEntityProperty
setSetter(Method)
- Method in class net.sf.stitch.crud.
CrudEntityProperty
C
E
F
G
I
M
N
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007. All Rights Reserved.