public class HbmGenerator extends Object
| Constructor and Description |
|---|
HbmGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
gen(String file) |
boolean |
isCollection(org.hibernate.mapping.Value value) |
boolean |
isCustomType(org.hibernate.type.Type type) |
boolean |
isEnumType(org.hibernate.type.CustomType type) |
boolean |
isManyToMany(org.hibernate.mapping.Value value) |
boolean |
isOneToMany(org.hibernate.mapping.Value value) |
boolean |
isSet(org.hibernate.mapping.Value value) |
boolean |
isToOne(org.hibernate.mapping.Value value) |
static void |
main(String[] args) |
public boolean isToOne(org.hibernate.mapping.Value value)
public boolean isOneToMany(org.hibernate.mapping.Value value)
public boolean isManyToMany(org.hibernate.mapping.Value value)
public boolean isCollection(org.hibernate.mapping.Value value)
public boolean isSet(org.hibernate.mapping.Value value)
public boolean isCustomType(org.hibernate.type.Type type)
public boolean isEnumType(org.hibernate.type.CustomType type)
Copyright © 2005–2016 The Beangle Software Group. All rights reserved.