|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaxbTableGenerator | |
---|---|
org.hibernate.internal.jaxb.mapping.orm |
Uses of JaxbTableGenerator in org.hibernate.internal.jaxb.mapping.orm |
---|
Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbTableGenerator | |
---|---|
protected JaxbTableGenerator |
JaxbId.tableGenerator
|
protected JaxbTableGenerator |
JaxbEntity.tableGenerator
|
Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbTableGenerator | |
---|---|
protected List<JaxbTableGenerator> |
JaxbEntityMappings.tableGenerator
|
Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbTableGenerator | |
---|---|
JaxbTableGenerator |
ObjectFactory.createJaxbTableGenerator()
Create an instance of JaxbTableGenerator |
JaxbTableGenerator |
JaxbId.getTableGenerator()
Gets the value of the tableGenerator property. |
JaxbTableGenerator |
JaxbEntity.getTableGenerator()
Gets the value of the tableGenerator property. |
Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbTableGenerator | |
---|---|
List<JaxbTableGenerator> |
JaxbEntityMappings.getTableGenerator()
Gets the value of the tableGenerator property. |
Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbTableGenerator | |
---|---|
void |
JaxbId.setTableGenerator(JaxbTableGenerator value)
Sets the value of the tableGenerator property. |
void |
JaxbEntity.setTableGenerator(JaxbTableGenerator value)
Sets the value of the tableGenerator property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |